From 7804c7b1d16e59cd0ae8bb715bd4bbbe4ad38151 Mon Sep 17 00:00:00 2001 From: Nitin Tulswani Date: Thu, 1 Jun 2017 01:53:31 +0530 Subject: [PATCH] updated --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d7ab55d..3753e02 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ yarn add animate-components * Element type rendering of components using `as` prop * Add all the html attributes supported by React along with component props. +## Why ? + +* Ease of doing animations (purely component based). +* Simplified and minimal API. +* Best source for someone who is new to React (folks are already enjoying the ease of doing animations). +* Supports element type rendering of an animation component (interesting tweak). +* 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. + +Enough ? + ## Docs Check the complete documentation [here](./docs).