From 80f61310a7abad9033395b068e38bab4dc094e56 Mon Sep 17 00:00:00 2001 From: florentduveau Date: Thu, 22 Sep 2016 10:27:00 +0200 Subject: [PATCH] make Carousel animation webkit compatible --- src/Carousel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Carousel.js b/src/Carousel.js index 4f3ed16..40849da 100644 --- a/src/Carousel.js +++ b/src/Carousel.js @@ -153,7 +153,9 @@ class Carousel extends Component { const x = (indexs.indexOf(index) - 2) * elWidth; return
{children[index]}
;