From 212ec0679b000f8574ca3e8ed6e5c3e11cb21044 Mon Sep 17 00:00:00 2001 From: Riba <mrp19@inf.ufpr.br> Date: Wed, 12 Feb 2020 21:21:31 -0300 Subject: [PATCH] =?UTF-8?q?fix=20autoplay=20e=20tempode=20transi=C3=A7?= =?UTF-8?q?=C3=A3o=20do=20carousel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/AboutCarousel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/AboutCarousel.js b/src/Components/AboutCarousel.js index acf532d9..9bbe6db7 100644 --- a/src/Components/AboutCarousel.js +++ b/src/Components/AboutCarousel.js @@ -84,8 +84,9 @@ function AboutCarousel(props) { <CarouselAbout showThumbs= {true} showStatus= {false} showIndicators = {false} + interval={8000} transitionTime={1000} - + autoPlay infiniteLoop > -- GitLab