Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1484005

    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!

    #1484131

    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

    #1484137

    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.

    #1484197

    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

    #1484198

    hello,
    thanks, but it”s not possible to hide it?

    #1484207

    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

    #1484208

    OK,
    So may be i can try to reduce the time of the transition to “0s”, is it possible?

    #1484211

    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

    #1484221

    I tried it but the sliders disappear, i tried transition-duration but the sliders disappear too

    #1484267

    Hi,

    As mentioned above, it’s not possible to disable the animation because it is required for the slides to switch properly. You may need to use a different slider from a third-party extension.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.