Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created January 10, 2017 14:06
Show Gist options
  • Select an option

  • Save alex-boom/d75f41912b8544bfc88cc9ff77d96427 to your computer and use it in GitHub Desktop.

Select an option

Save alex-boom/d75f41912b8544bfc88cc9ff77d96427 to your computer and use it in GitHub Desktop.
animateCSS_wow.html
http://mynameismatthieu.com/WOW/docs.html
<link rel="stylesheet" href="css/animate.css">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<div class="wow bounceInUp" data-wow-duration="2s" data-wow-delay="5s" data-wow-offset="10" data-wow-iteration="10">
Content to Reveal Here
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment