Jump to content

Slideshow Settings

Recommended Posts

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

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
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

 

Edited 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.