Hi, can you describe what is the advantage of using your library instead of using one of the other animation libraries (react-motion, velocity, greensock, etc)?
@artur_carvalho Sure !
1. Ease of doing animations.
2. Simplified and minimal API.
3. Best source for someone who is new to React (folks are already enjoying the ease of doing animations).
4. Supports element type rendering of animation component.
5. Provides isolated keyframes so that you don't have to hardcode all the curves and you can directly use them with css-in-js solutions like glamor, styled-components, Aphrodite etc.
Right ?
Animate Components
Animate Components
Animate Components