react-animate-on-scroll icon indicating copy to clipboard operation
react-animate-on-scroll copied to clipboard

Animations not working

Open endrits079 opened this issue 4 years ago • 4 comments

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

endrits079 avatar Sep 17 '20 10:09 endrits079

The solution currently can be found here:

https://github.com/dbramwell/react-animate-on-scroll/issues/55#issuecomment-660855447

RandySiren avatar Sep 19 '20 04:09 RandySiren

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

kinjankoradiya avatar Oct 08 '20 07:10 kinjankoradiya

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

yansusanto avatar Oct 22 '20 03:10 yansusanto

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

dbramwell avatar Jul 10 '21 05:07 dbramwell