Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1229263

    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

    #1229996

    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

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