ArvinPaul Posted February 1, 2023 Posted February 1, 2023 .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
Beyondspace Posted February 1, 2023 Posted February 1, 2023 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted February 1, 2023 Posted February 1, 2023 You can get reference from this answer: BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
ArvinPaul Posted February 1, 2023 Author Posted February 1, 2023 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?
ArvinPaul Posted February 1, 2023 Author Posted February 1, 2023 @Beyondspace https://terrier-tunny-5b46.squarespace.com/ password: 123321
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment