Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #666803

    Hi,

    how can I speed up the slide show caption for slide show element? Please have a look on my website (use you smartphone, it’s am mobile website). At frontpage you can see the slider. The slide show caption needs about 2 seconds until it’s shown. I need it in one second, similar to the time the image needs to appear.

    Thanks,
    Marcel

    #668397

    Hey Marcel,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        visibility: visible;
        -webkit-animation: caption-right .2s cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-right .2scubic-bezier(0.985, 0.005, 0.265, 1);
    }

    Best regards,
    Ismael

    #668884

    Hi Ismael,

    thank you. But is there an error with a whitespace in the line animation?

    • Once it is .2s cubi-bezier
    • And the other is .2scubic-bezier

    Best,
    Marcel

    #669067

    Hi!

    Yes, please change it to “.2s cubi-bezier”

    Regards,
    Yigit

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