Skip to content

Instantly share code, notes, and snippets.

@machwatt
Created July 16, 2015 09:13
Show Gist options
  • Save machwatt/f0bdcd116a69c506eefb to your computer and use it in GitHub Desktop.
Save machwatt/f0bdcd116a69c506eefb to your computer and use it in GitHub Desktop.
animate.css and waypoints.js - js init
$('.fade-in-up').addClass('hidden').waypoint({
handler: function() {
$(this.element).addClass("visible animated fadeInUp")
},
offset: '90%'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment