-
Notifications
You must be signed in to change notification settings - Fork 72
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
Animations not working #60
Comments
The solution currently can be found here: |
please import compat css instead of min |
+1 for |
Edit: The comment I was replying to was removed 4 mins after I posted this response One aspect of open source with a lot of smaller libraries is that people are doing it as a hobby in their spare time. They don't work for you, they don't owe you anything and they are not mandated to keep updating things that they put online. Another aspect of open source libraries is that the community can help to maintain them by fixing bugs, coding improvements, updating documentation and raising pull requests... I'm sure there are plenty of alternatives to this library but I'm not going to find them for you |
import ScrollAnimation from "react-animate-on-scroll";
import "animate.css/animate.min.css"
The element is initially invisible as expected but then when it gets in viewport it appears instantly no animation happens tried with different durations
The text was updated successfully, but these errors were encountered: