ArvinPaul Posted February 1 Share Posted February 1 .user-items-list-carousel__slides-revealer { overflow: hidden; white-space: nowrap; animation: carousel 20s linear infinite; } .user-items-list-carousel__slides-revealer::before, .user-items-list-carousel__slides-revealer::after { content: ""; display: inline-block; width: 100%; } @keyframes carousel { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } i want to create a loop that automatically scrolls Link to comment
Beyondspace Posted February 1 Share Posted February 1 45 minutes ago, ArvinPaul said: .user-items-list-carousel__slides-revealer { overflow: hidden; white-space: nowrap; animation: carousel 20s linear infinite; } .user-items-list-carousel__slides-revealer::before, .user-items-list-carousel__slides-revealer::after { content: ""; display: inline-block; width: 100%; } @keyframes carousel { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } i want to create a loop that automatically scrolls Can you share your site with the protected password so I can take a look? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted February 1 Share Posted February 1 You can get reference from this answer: Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
ArvinPaul Posted February 1 Author Share Posted February 1 i want mine to not use the button instead it moves automatically from right to left like scrolling it makes it look more clean, can you help me with that? Link to comment
ArvinPaul Posted February 1 Author Share Posted February 1 @Beyondspace https://terrier-tunny-5b46.squarespace.com/ password: 123321 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment