react-free-carousel
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -88,6 +88,7 @@ 'use strict'; | ||
}, 200); | ||
} else if (nextProps.autoplay !== this.props.autoplay) { | ||
setTimeout(function () { | ||
_this3.playCarousel(); | ||
}, 210); | ||
} | ||
setTimeout(function () { | ||
_this3.playCarousel(); | ||
}, 210); | ||
} | ||
@@ -94,0 +95,0 @@ }, { |
{ | ||
"name": "react-free-carousel", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Carousel component for free flex-box layout built with React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -41,6 +41,7 @@ import React from 'react'; | ||
}, 200); | ||
} else if (nextProps.autoplay !== this.props.autoplay) { | ||
setTimeout(() => { | ||
this.playCarousel(); | ||
}, 210); | ||
} | ||
setTimeout(() => { | ||
this.playCarousel(); | ||
}, 210); | ||
} | ||
@@ -47,0 +48,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
849906
10431