Add animation by using builder option.
Please follow below steps to add animation.
- Go to builder and select require section.
- Select “BUILDING MODE” as “Details”.
- Select element on which need to apply animation and click on it.
- Click on “Other” tab.
- Select require animation from “Animation” drop-down.
- Set delay time if require.
- Click on “Apply Changes”.
Add animation by using source code.
Please follow below steps to add animation.
- Go to builder and select require section.
- Select “BUILDING MODE” as “Elements”.
- Click on “Source” button..
- Add data attribute data-animate-in=”animation class” [ Add animation class according to requirement ]
- For example data-animate-in=”fadeInLeft”
- If you require animation delay add data-animate-in=”animation class|delay time” [ Example : data-animate-in=”fadeInLeft|0.3″ ]
NOTE :
- Find animation class name from URL : https://daneden.github.io/animate.css/.
- Element animation work in 2.04+ version only.