Skip to content
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

Open
endrits079 opened this issue Sep 17, 2020 · 4 comments
Open

Animations not working #60

endrits079 opened this issue Sep 17, 2020 · 4 comments

Comments

@endrits079
Copy link

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

@RandySiren
Copy link

The solution currently can be found here:

#55 (comment)

@kinjankoradiya
Copy link

please import compat css instead of min
import "animate.css/animate.compat.css";

@yansusanto
Copy link

+1 for import 'animate.css/animate.compat.css';

@dbramwell
Copy link
Owner

dbramwell commented Jul 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants