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

    Hi guys

    Is there any way of controlling the Enfold Easy Slider Caption animation speed (slowing it down)?

    cheers

    #600231

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #600814

    Hi Josue

    Sure – please see below.

    Cheers

    #600825

    Where’s the Easy Slider?

    #600828

    Please see below.

    Thanks

    #600940

    Hey!

    Try adding this code to the Quick CSS:

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content
    {
    visibility: visible;
    -webkit-animation: caption-bottom 1.5s 1 ease-out;
    animation:         caption-bottom 1.5s 1 ease-out;
    }
    
    .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
    {
    visibility: visible;
    -webkit-animation: caption-top    1.5s 1 ease-out;
    animation:         caption-top    1.5s 1 ease-out;
    }

    Cheers! 
    Josue

    #600964

    Great thanks Josue!

    #601555

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Easy Slider Caption Speed’ is closed to new replies.