|
1594 | 1594 | parallax: [Boolean, Number], default: false |
1595 | 1595 | parallaxFixedContent: [Boolean], default: false |
1596 | 1596 | pauseOnHover: [Boolean], default: true |
| 1597 | + pauseOnTouch: [Boolean], default: true |
1597 | 1598 | preventYScroll: [Boolean], default: false |
1598 | 1599 | progress: [Boolean], default: false |
1599 | 1600 | rtl: [Boolean], default: false |
|
1797 | 1798 | li |
1798 | 1799 | | #[code pauseOnHover], #[strong.mr-1 Type:] #[span.code="[Boolean]"], #[strong.mr-1 Default:] #[span.code true] |
1799 | 1800 | p. |
1800 | | - If #[span.code autoplay] is on, setting #[span.code pauseOnHover] stops the autoplay |
| 1801 | + If #[span.code autoplay] is on, setting #[span.code pauseOnHover] stops the autoplay |
1801 | 1802 | while hovering then resets to the defined #[span.code duration] when you stop hovering.#[br] |
1802 | 1803 | See this setting live in the #[a(href="#ex--basic" v-scroll-to="'#ex--basic'") Basic with Autoplay] example. |
1803 | 1804 |
|
| 1805 | + li |
| 1806 | + | #[code pauseOnTouch], #[strong.mr-1 Type:] #[span.code="[Boolean]"], #[strong.mr-1 Default:] #[span.code true] |
| 1807 | + p. |
| 1808 | + If #[span.code autoplay] is on, setting #[span.code pauseOnTouch] stops the autoplay |
| 1809 | + as soon as you touch any element contained in the slideshow.#[br] |
| 1810 | + When you touch outside of the slideshow, the autoplay resumes.#[br] |
| 1811 | + See this setting live in the #[a(href="#ex--basic" v-scroll-to="'#ex--basic'") Basic with Autoplay] example. |
| 1812 | + |
1804 | 1813 | li |
1805 | 1814 | | #[code preventYScroll], #[strong.mr-1 Type:] #[span.code="[Boolean]"], #[strong.mr-1 Default:] #[span.code false] |
1806 | 1815 | p. |
|
2152 | 2161 | .title.mr-3 Version 3.0 |
2153 | 2162 | | Supports Vue 3. This version is not compatible with Vue 2.x. |
2154 | 2163 |
|
| 2164 | + li.mb-2 |
| 2165 | + strong.mr-3 Version 2.13 |
| 2166 | + ul |
| 2167 | + li Added the #[span.code pauseOnTouch] option (only for autoplay) and enables it by default. |
| 2168 | + |
2155 | 2169 | li.mb-2 |
2156 | 2170 | strong.mr-3 Version 2.12 |
2157 | 2171 | ul |
|
0 commit comments