Skip to content

Instantly share code, notes, and snippets.

@metelidrissi
Created May 20, 2020 15:10
Show Gist options
  • Save metelidrissi/e41dffca23513af66d3e62324511eebb to your computer and use it in GitHub Desktop.
Save metelidrissi/e41dffca23513af66d3e62324511eebb to your computer and use it in GitHub Desktop.
How to trigger animation on scroll
new WOW().init();
(function($) {
$(".wow").each(function() {
var wowHeight = $(this).height();
$(this).attr("data-wow-offset", wowHeight);
});
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment