Tagged: Slide Show
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
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
Hi Ismael,
thank you. But is there an error with a whitespace in the line animation?
Best,
Marcel