Hi guys
Is there any way of controlling the Enfold Easy Slider Caption animation speed (slowing it down)?
cheers
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue
Sure – please see below.
Cheers
Where’s the Easy Slider?
Please see below.
Thanks
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
Great thanks Josue!
You are welcome, glad to help :)
Regards,
Josue