You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,16 @@ yarn add animate-components
34
34
* Element type rendering of components using `as` prop
35
35
* Add all the html attributes supported by React along with component props.
36
36
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.
0 commit comments