wow animation library code example
Example 1: wow animation
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
Example 2: wow.js
<div class="wow">
Content to Reveal Here
</div>