react-multi-carousel
Advanced tools
Comparing version 1.0.34 to 1.0.35
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -122,3 +122,3 @@ # react-multi-carousel | ||
keyBoardControl?: boolean; | ||
autoPlay?: boolean; | ||
autoPlay?: boolean; // make sure you put infinite={true} if autoPlay is enabled. | ||
autoPlaySpeed?: number; // default 3000ms | ||
@@ -125,0 +125,0 @@ customTransition?:string; |
39723