digital-flowers / react-animated-css

React component to show or hide elements with animations
https://digital-flowers.github.io/react-animated-css.html
232 stars 36 forks source link

This library is DEAD? #33

Closed hladf closed 1 year ago

hladf commented 4 years ago

answer please... 😞

andrewdyer commented 4 years ago

This library does not support Animate.css v4.x, which brought some breaking changes. So yes, it is dead. To get this library to work you need to install animate.css v3.x using npm i animate.css@^3.7.2 --save or yarn add animate.css@^3.7.2 or the using the cdn. Hope this helps!

iamtekson commented 3 years ago

Is this library going to update with Animate.css v4.x and react 17.x?

yim222 commented 2 years ago

npm i animate.css@^3.7.2 --save

And after installing what to do ?

ayoubkhan558 commented 1 year ago

Can somebody please suggest another working library?

ayoubkhan558 commented 1 year ago

Is this library going to update with Animate.css v4.x and react 17.x?

Its working with Reactjs 18.0

ayoubkhan558 commented 1 year ago

Also it is working for me with animate version 4.0 Include <linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css"/>

instead of <linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>