From 4d92c98511a590c4c81141daec14e714e73e36b4 Mon Sep 17 00:00:00 2001 From: Adam Wier <38018787+AdamWier@users.noreply.github.com> Date: Sun, 2 Dec 2018 16:25:44 +0100 Subject: [PATCH] added descriptions for options (#23309) --- guide/english/bootstrap/carousel/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/english/bootstrap/carousel/index.md b/guide/english/bootstrap/carousel/index.md index 9064c8c956..134beaa481 100644 --- a/guide/english/bootstrap/carousel/index.md +++ b/guide/english/bootstrap/carousel/index.md @@ -138,10 +138,10 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Some frequently used options are: -* interval -* pause -* ride -* wrap +* interval: specifies how long to wait in miliseconds before going to the next slide. +* pause: if set to false, the carousel will not pause when the mouse hovers over it. +* ride: if set to true, the carousel autoplays after the user clicks through the first slide. +* wrap: if set to false, the carousel pauses at the last item. ## Additional Details - [Bootstrap Carousel](https://getbootstrap.com/docs/4.1/components/carousel/)