Skip to content

Instantly share code, notes, and snippets.

@vgordeew
Created July 8, 2017 18:21
Show Gist options
  • Save vgordeew/1af42c428d738d84fe8dda602142dbf4 to your computer and use it in GitHub Desktop.
Save vgordeew/1af42c428d738d84fe8dda602142dbf4 to your computer and use it in GitHub Desktop.
// Wow
var wow = new WOW(
{
boxClass: "wow",
offset: 2,
mobile: false,
}
);
wow.init();
// HTML
class="page-header wow fadeInLeft" data-wow-delay="1s" style="visibility: visible; animation-delay: 1s; animation-name: fadeInLeft;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment