rishisamuelpatel Posted October 4, 2021 Share Posted October 4, 2021 Site URL: http://arcprojects.squarespace.com Hey there, I'm wondering if on the homepage I can Set a function to the slideshow that it would go to an image, then fade into opacity: 0 - then hold for a second then back to another image? Passowrd is 'arc' Thanks Link to comment
Beyondspace Posted October 4, 2021 Share Posted October 4, 2021 2 hours ago, rishisamuelpatel said: Site URL: http://arcprojects.squarespace.com Hey there, I'm wondering if on the homepage I can Set a function to the slideshow that it would go to an image, then fade into opacity: 0 - then hold for a second then back to another image? Passowrd is 'arc' Thanks Add to Home > Design > Cusom Css @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } #collection-611496cbbb030c7630e5d273 .gallery-slideshow-item[data-active="true"] { animation: fadeIn 2s linear; } Support me by pressing 👍 if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted October 4, 2021 Share Posted October 4, 2021 (edited) 55 minutes ago, bangank36 said: Add to Home > Design > Cusom Css @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } #collection-611496cbbb030c7630e5d273 .gallery-slideshow-item[data-active="true"] { animation: fadeIn 2s linear; } Support me by pressing 👍 if this useful for you This is my result after applying Css code 2021-10-04_14-17-56.mp4 Edited October 4, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
rishisamuelpatel Posted October 4, 2021 Author Share Posted October 4, 2021 Hey Bangkak36, Thankyou, is it possible for the image to fully disappear and then hold on Opacity 0 for 1s and then fade the next image in? 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