Jump to content

Customizing Slider to scale up and fade at the same time

Recommended Posts

I am working on a clients Squarespace website, the site is not public so I didnt provide the URL. But they want to match the transitions of the slider of the website I've proved below, which is a wix website:

https://www.gatewayfbgtx.com/

I cannot find any css or JavaScript that will help me match the transitions that this wix website has. I currently have my slider to full bleed and a scale up transition, but I want the image to start at its original scale and zoom in even while in transition to the next image. I used this in combination with my current settings and it only broke the transition to do a direct fade instead of combining a fade in and scale up.

.gallery-fullscreen-slideshow-item-img{
	transition: opacity 1600ms ease-in-out !important;
	-webkit-transition: opacity 1600ms ease-in-out !important;
	-ms-transition: opacity 1600ms ease-in-out !important;
	-moz-transition: opacity 1600ms ease-in-out !important;
	-o-transition: opacity 1600ms ease-in-out !important;
}

//.gallery-fullscreen-slideshow[data-transition="fade"] 
.gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src{
	transition: opacity 1400ms ease-in-out !important;
	-webkit-transition: opacity 1400ms ease-in-out !important;
	-ms-transition: opacity 1400ms ease-in-out !important;
	-moz-transition: opacity 1400ms ease-in-out !important;
	-o-transition: opacity 1400ms ease-in-out !important;
}
Edited by RenEWok
Link to comment
  • Replies 1
  • Views 194
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.