mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
@ -44,6 +44,7 @@ import {Scroll} from '../scroll/scroll';
|
|||||||
* | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. |
|
* | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. |
|
||||||
* | initialSlide | `number` | 0 | Index number of initial slide |
|
* | initialSlide | `number` | 0 | Index number of initial slide |
|
||||||
* | loop | `boolean` | false | Whether to continuously loop from the last slide to the first slide. |
|
* | loop | `boolean` | false | Whether to continuously loop from the last slide to the first slide. |
|
||||||
|
* | pager | `boolean` | false | Show the pagination bullets. |
|
||||||
* | speed | `number` | 300 | Duration of transition between slides (in ms). |
|
* | speed | `number` | 300 | Duration of transition between slides (in ms). |
|
||||||
*
|
*
|
||||||
* See [Usage](#usage) below for more information on configuring slides.
|
* See [Usage](#usage) below for more information on configuring slides.
|
||||||
|
Reference in New Issue
Block a user