Animation
To add animation to any component, use the [animate]
shortcode. To learn more about the animation classes, visit the animation component page.
[animate animation="fade" delay="100"] your elements here [/animate]
The [animate]
shortcode parameters are as follows:
Parameters | Description |
---|---|
animation |
Set the animation type. The animation options can be: slide-top, slide-bottom, slide-left, slide-right, fade, scale-up, scale-down |
delay |
Set the animation delay in milliseconds. E.g 200 |