From f2afb71a81c2489851b4ff91f815ec9f6c6155cc Mon Sep 17 00:00:00 2001 From: Georgiy Slobodenyuk Date: Mon, 6 Mar 2017 23:03:50 -0500 Subject: [PATCH] Carousel: Update docs accuracy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carousel's default trigger is actually "hover", not "—". --- examples/docs/en-US/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/carousel.md b/examples/docs/en-US/carousel.md index ddedf9ed6..046413d28 100644 --- a/examples/docs/en-US/carousel.md +++ b/examples/docs/en-US/carousel.md @@ -164,7 +164,7 @@ When a page is wide enough but has limited height, you can activate card mode fo |---------- |-------------- |---------- |-------------------------------- |-------- | | height | height of the carousel | number | — | 300 | | initial-index | index of the initially active slide (starting from 0) | number | — | 0 | -| trigger | how indicators are triggered | string | click | — | +| trigger | how indicators are triggered | string | hover/click | hover | | autoplay | whether automatically loop the slides | boolean | — | true | | interval | interval of the auto loop, in milliseconds | number | — | 3000 | | indicator-position | position of the indicators | string | outside/none | — |