Carousel transitions
complete
Nino Pero
Can the carousels have an option for fade transitions instead of sliding? It would provide a smoother visual experience, thank you!
Log In
Nino Pero
Thank you Andrew, it looks great! Any chance that could also be an option for the full screen overlay slideshow that appears after clicking the main image?
Also, there is a display bug (in Safari where a scrollbar appears when hovering over the small thumbnails in the inventory slideshows, due to a transform:scale(1.1) in the CSS, I added this rule to patch it for my site but thought I'd mention it.
div.tennies .cont--whitelabel .carousel .slide__preview:hover,
div.tennies .foot--whitelabel .carousel .slide__preview:hover,
div.tennies .nav--whitelabel .carousel .slide__preview:hover,
span.slide__preview:hover {
transform: scale(1) !important;
}
Andrew Smith
marked this post as
complete
Thanks again for submitting this! You'll find the 'Transition Animation' and other related options included on the Inventory Image slider now.
Andrew Smith
Hello Nino Pero! Can you tell us which slider you're referring to? The main 'Slider' block has options for 'Fade To Next' and 'Fade Out'. You can also configure the duration of the animation!
Nino Pero
I'm using that Fade on the Home page, but the slideshow on the Inventory Detail page doesn't seem to have the same option. See the example page https://peroarts.com/art/5720160 and attached screenshots, thanks for your help!
Andrew Smith
Nino Pero: Thanks so much for clarifying! We're looking in to this.