Hello,
I made an animation on a content slider on this page:
How can i desactivate the default transition in order that my animation begins as soon as i change the slide?
Thanks!
Hey Pierre,
Thank you for the inquiry.
Try setting the Advanced > Animation > Slideshow Transition setting to Slide sidewards to disable the fade-in transition. Let us know the result.
Best regards,
Ismael
Hello,
i still can see this transition before mine.. We just replace fade-in by sidewards…
I would like to to see any transition in order mine begin as soon as i change the slide.
Hi,
Unfortunately, it’s not possible to completely disable the default animation of the content slider because it is required for transitions or slide switching.
Best regards,
Ismael
hello,
thanks, but it”s not possible to hide it?
Hi,
No, it’s not possible because the transition is what displays the next slide and hides the other slides in the slider — especially when you select the fade-in transition. Selecting sideward should minimize the effect.
Best regards,
Ismael
OK,
So may be i can try to reduce the time of the transition to “0s”, is it possible?
Hi,
Yes, that could work, but you can’t set it to 0 because it will cause the transition to fail. Please try this css code:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
transition: opacity 0.0001s !important;
}
Best regards,
Ismael
I tried it but the sliders disappear, i tried transition-duration but the sliders disappear too