-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not run in Animate.css (V4.1.1) #40
Comments
@WildDagger You should use a case like that: import WOW from "wow.js";
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animate__animated',
offset: 200,
mobile: true,
live: true
})
wow.init();` |
Same problem: |
Work: (animate 4.1.1) Hey!
this is correct. |
To install and use it without CDN and without Get the files
Load
Use
|
I try to use wow.js with animate.css, how ever, it not works when I use CDN Link from official site of animate.css.
But when I use old version, it works.
The text was updated successfully, but these errors were encountered: