From 06047d08ccf3263b5c7161740ec8e0edb91fb185 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 24 Jul 2021 23:07:55 +0300 Subject: [PATCH] #49 : Update docs --- README.md | 2 +- src/docs/Carousel.svx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f199c0c..f7e869f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Import component | `autoplay` | `boolean` | `false` | Enables auto play of pages | | `autoplayDuration` | `number` | `3000` | Autoplay change interval (ms) | | `autoplayDirection` | `string` | `'next'` | Autoplay change direction (`next` or `prev`) | -| `pauseOnFocus` | `boolean` | `false` | Pause autoplay on focus | +| `pauseOnFocus` | `boolean` | `false` | Pauses autoplay on focus (for desktop - hover on the carousel prevents autoplay, for touchable devices - tap event toggles autoplay) | | `autoplayProgressVisible` | `boolean` | `false` | Show autoplay duration progress indicator | | `dots` | `boolean` | `true` | Current page indicator dots | | `timingFunction` | `string` | `'ease-in-out'` | CSS animation timing function | diff --git a/src/docs/Carousel.svx b/src/docs/Carousel.svx index a7b28c4..18a9586 100644 --- a/src/docs/Carousel.svx +++ b/src/docs/Carousel.svx @@ -269,7 +269,7 @@ Import component | `autoplay` | `boolean` | `false` | Enables auto play of pages | | `autoplayDuration` | `number` | `3000` | Autoplay change interval (ms) | | `autoplayDirection` | `string` | `'next'` | Autoplay change direction (`next` or `prev`) | -| `pauseOnFocus` | `boolean` | `false` | Pause autoplay on focus | +| `pauseOnFocus` | `boolean` | `false` | Pauses autoplay on focus (for desktop - hover on the carousel prevents autoplay, for touchable devices - tap event toggles autoplay) | | `autoplayProgressVisible` | `boolean` | `false` | Show autoplay duration progress indicator | | `dots` | `boolean` | `true` | Current page indicator dots | | `timingFunction` | `string` | `'ease-in-out'` | CSS animation timing function |