wow animation code example
Example 1: wow animation
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
Example 2: wow.js
wow = new WOW(
{
boxClass: 'wow', // default
animateClass: 'animated', // default
offset: 0, // default
mobile: true, // default
live: true // default
}
)
wow.init();