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();
@pagelab
Copy link

pagelab commented Mar 14, 2014

As Javascript is case sensitive, I had to change wow to WOW in line 1 to make the script work.

Copy link

ghost commented Mar 15, 2014

Jeph, had the same problem. Other wise you get a "function not defined" error.

@lagraphics
Copy link

yes it must be changed

@Hunter-WebDev
Copy link

That really should be updated

@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