Hi team,
I’d like to know if its possible to decrease the time it takes to have the captions load on home page full width slider?
Thanks
Hey marsh1984,
You can adjust the animation time in the css below:
.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 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
Best regards,
Victoria