graingert / WOW

Reveal CSS animation as you scroll down a page
https://wowjs.uk
Other
1.58k stars 1.56k forks source link

Uncaught Type Error when mobile false enabled #49

Open robico opened 3 years ago

robico commented 3 years ago

Everything loads fine on desktop but when the mobile: false setting is set in the init code, I get the following error:

"Uncaught TypeError: this.boxes.push is not a function" from wow.js:1:4068

The init code is: (function ($) { new WOW({offset: 100, mobile: false}).init(); })(jQuery);