Skip to content

Instantly share code, notes, and snippets.

@webalys
Created February 4, 2014 05:38
Show Gist options
  • Save webalys/8798650 to your computer and use it in GitHub Desktop.
Save webalys/8798650 to your computer and use it in GitHub Desktop.
wow = new WOW(
{
boxClass: 'wow', // default
animateClass: 'animated', // default
offset: 0 // default
}
)
WOW.init();
@takumaro-web
Copy link

Thank you for your help.

wow = new WOW(
{
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true,
live: true
}
).init();

Thank you very much in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment