react-animated-slider
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "react-animated-slider", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Animated slider component for react", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# react-animated-slider | ||
Animated slider component for react | ||
[Demo](https://p582xl40j.codesandbox.io/) | ||
[Playground](https://codesandbox.io/s/p582xl40j) | ||
## Install: | ||
@@ -61,3 +66,3 @@ | ||
**track** element wrapping all slides | ||
**track** element wrapping all slides | ||
@@ -74,2 +79,2 @@ **slide** apllied to every item (child) | ||
**animateOut** the slide moving out of the view | ||
**animateOut** the slide moving out of the view |
207538
79