The template uses wow.js to create appearance animations.
If you want to animate an element, set it to the “wow” class and the animation class, here is the full list of animations:
Full example:
<section class="wow slideInLeft" data-wow-duration="2s" data-wow-delay="5s"></section> <section class="wow slideInRight" data-wow-offset="10" data-wow-iteration="10"></section>