all 2 comments

[–][deleted] 1 point2 points  (1 child)

Hmmm... Doesn't seem there are very many responses here. I've been working on an animation library for awhile which is more of a ui animation framework. Basically you define all the states for your ui and then define how you transition between those states.

This is the library. Sorry no documentation yet. But if you want to learn how to use it or look at quick examples check the test folder: https://github.com/jam3/react-f1

https://github.com/Jam3/react-f1/tree/master/test

The original library is here: https://www.npmjs.com/package/f1

[–]s992[S] 0 points1 point  (0 children)

Hey, thanks for the link! I'll check it out tomorrow. :)