We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412a7c commit d5daaf5Copy full SHA for d5daaf5
ionic/components/slides/slides.ts
@@ -44,6 +44,7 @@ import {Scroll} from '../scroll/scroll';
44
* | direction | `string` | 'horizontal' | Swipe direction: 'horizontal' or 'vertical'. |
45
* | initialSlide | `number` | 0 | Index number of initial slide |
46
* | loop | `boolean` | false | Whether to continuously loop from the last slide to the first slide. |
47
+ * | pager | `boolean` | false | Show the pagination bullets. |
48
* | speed | `number` | 300 | Duration of transition between slides (in ms). |
49
*
50
* See [Usage](#usage) below for more information on configuring slides.
0 commit comments