Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #907906

    Hi,

    is it possible to delay the caption (text and button) animation on a fullwidth slider?
    I tried to add some code in the css ( animation-delay: 5s;) but it didn´t work properly -> Text is shown at first and then after 5s the animation starts. But it should be not visible and then after 5s it should be animated (fade) in.
    Can you guide me to this?

    #908075

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title {
        animation-delay: 2s;
        -webkit-animation-delay: 2s;
    }
    

    Best regards,
    Yigit

    #908431

    Hey Yigit,

    thanks for the hint, BUT this is not the solution. When adding the code the result is still:
    1: Image fade in
    2: text animation (immediately) and text is vidible
    3: after 2 sec. delay the animation starts again (that is what the delay do)

    So in the end i got 2 animations the inital and after 2 sec. a second animation.
    But how to delay the initial text animation?

    #908958

    Hi ArturBala,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #908988

    Hi Victoria,

    ok here is the website:

    Please keep in mind that i did a “workaround” in the slider to get this animation delay at this stage.
    So what you see is a slider where the display time is set to 4 sec. i duplicated the slides (one without the text and a second with the text) to get the text delay. BUT this is a bad workaround IMO. I want to delay (the inital animation) of the text animation on the slides so that i don´t have to do a workaround with duplicated slides.

    #909252

    Hi,

    I’m sorry but this not possible with the slider without modifying the script. Have you tried doing it in the layer slider?

    Best regards,
    Ismael

    #909656

    Well the layer slider is an option, but the fullwidth slider is easier to handle,
    so you might consider that function as an usefull addition for an enfold update.

    #910176

    Hi,

    Yes, that may be useful for other users but it’s not available at the moment. Please feel free to request – or vote if already requested – such feature on Enfold feature request form. Thank you for your understanding.

    Best regards,
    Ismael

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