jlkiri / react-easy-flip

⚛ A React library for smooth FLIP animations. Easily animate originally unanimatable properties like DOM positions with one hook.
249 stars 6 forks source link

Add the ability to stagger animations #6

Closed jlkiri closed 4 years ago

jlkiri commented 4 years ago

Currently there is no way to stagger animations with the hooks provided by the library. What would be a good API? It seems that adding delay to animations now seems to not work as expected. What kind of changes need to be made to current code for it to work?

Need help on this one, since I do not have very good ideas.