Hi! Is it possible to slow down the speed of the Title, Caption & Buttons animation which is built into the Fullscreen Slider? Kind Thanks!
Hey AirstreamCoach!
You can find that around line 3660 in the /enfold/css/shortcodes.css file.
animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
The “1.2s” controls the speed.
Regards,
Elliott
Thanks!