Home › Forums › SEA WordPress Theme › How to change the animation speed ?
- This topic has 6 replies, 2 voices, and was last updated 1 year, 2 months ago by
kalamoku.
- AuthorPosts
- December 16, 2019 at 5:16 pm #20202
How do you change the speed of animation on the blocks please?
December 16, 2019 at 11:54 pm #20205Hi,
What’s the animation? Slider module?
Regards
December 17, 2019 at 9:47 am #20212when you set the image block to slide in from the left for example on a page, its really quick and I’d like it to be slower
December 17, 2019 at 1:44 pm #20215Did you talk about the Slider module? see screenshot >> https://www.dropbox.com/s/7r5bdkmnnvxuyo9/qq20191217-214055.jpg?dl=0
There is “Slide Transition Speed” for 1st layout of Slider module
December 18, 2019 at 4:45 pm #20225No, I mean this: “Scroll-in Animation – You can set up the scroll-in animation for every element from Content Builder.” Where you choose something like ‘ fade in’ or ‘fade up’ . How do you control the speed?
December 19, 2019 at 2:18 am #20228Please paste the custom CSS code to “Appearance > Customize: Additional CSS”(fade form left):
.animation-scroll-ux.from-left-translated { -webkit-animation: fromLeftAnimation 1.3s 0.2s ease normal both; animation: fromLeftAnimation 1.3s 0.2s ease normal both; }
The default is 0.8s
You could find other animation in /plugins/bm-builder/assets/css/modules-style.css(from line 4216)
December 19, 2019 at 8:04 am #20233You’re brilliant. Thank you.
- AuthorPosts
- You must be logged in to reply to this topic.