Animation

Wow js is used for animation in this templates. Use the animation by following the steps below.

1. Make sure you link the animate.css and add script wow.min.js in html.
markup

<link rel="stylesheet" href="css/animate.css">

<script src="js/wow.min.js"></script>

2. Now you can add any animation of animate.css in your html like below example
markup

<div class="wow animated fadeInUp">
…………………..  
</div>

find the animate.css animations on the following link

Know more about wow js in the following link

Improve this page on Github  — Last updated:  Thu, Oct 19, 2023