styled-animate
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "styled-animate", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Example Usage | ||
```javascript | ||
import withAnimate from 'styled-animate' | ||
import withAnimation from 'styled-animate' | ||
@@ -10,3 +10,3 @@ const Foo = styled.div` | ||
const AnimatedFoo = withAnimate(Foo, { | ||
const AnimatedFoo = withAnimation(Foo, { | ||
transition: '500ms linear', | ||
@@ -13,0 +13,0 @@ animate: { |
12603
6
188