Skip to content

Instantly share code, notes, and snippets.

<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>
wow = new WOW(
{
boxClass: 'wow', // default
animateClass: 'animated', // default
offset: 0 // default
}
)
WOW.init();
<div class="wow bounceInUp"> Content to Reveal Here </div >
<div class="wow"> Content to Reveal Here </div >
@webalys
webalys / WOW-Setup-2
Last active February 28, 2018 21:33
WOW-Setup-2
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<link rel="stylesheet" href="css/animate.min.css">