From ef9099a23761aa97b874953a2ac0cfaba7abefc0 Mon Sep 17 00:00:00 2001 From: Pvanhesteren Date: Sun, 17 Jul 2016 00:17:18 -0700 Subject: [PATCH] Port #19410 to v4 Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce] --- docs/components/carousel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 76278281e5..5f177432f0 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -158,9 +158,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap pause - string + string | null "hover" - Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. + If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to null, hovering over the carousel won't pause it. wrap