Hi Kriesi,
I have a couple of questions:
1. Is it possible to slow down the elements animations, I have added an animation to some text (Slide Animation set to left to right) and I would like to slow it down even if it’s a global change it doesn’t really matter.
2. Is it possible to have the ‘Captions’ in the full screen slider bottom centre?
Thank you in advance.
Hi mdedesign!
Please add the below code to Enfold > General Styling > Quick CSS to slow down the animation you can play with the time change 3s to 2.5s or any number you like.
.avia_transform .avia_start_delayed_animation.right-to-left {
animation: avia-rtl 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
.avia_transform .avia_start_delayed_animation.left-to-right {
animation: avia-ltr 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
2. i already see the caption on the bottom center please clarify if you got this sorted if not a screenshot would help us understand better.
Cheers!
Vinay Kashyap
Thanks for the code, all good