Skip to content

Commit 7804c7b

Browse files
authored
updated
1 parent bb8b699 commit 7804c7b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ yarn add animate-components
3434
* Element type rendering of components using `as` prop
3535
* Add all the html attributes supported by React along with component props.
3636

37+
## Why ?
38+
39+
* Ease of doing animations (purely component based).
40+
* Simplified and minimal API.
41+
* Best source for someone who is new to React (folks are already enjoying the ease of doing animations).
42+
* Supports element type rendering of an animation component (interesting tweak).
43+
* Provides isolated keyframes so that you don't have to hardcode all the curves and directly use them with css-in-js solutions like glamor, styled-components, Aphrodite etc.
44+
45+
Enough ?
46+
3747
## Docs
3848
Check the complete documentation [here](./docs).
3949

0 commit comments

Comments
 (0)