ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.1k stars 13.51k forks source link

angular 6 and ionic 4 beta slider autoplay problem #16934

Closed selvam326 closed 5 years ago

selvam326 commented 5 years ago

Support Question

Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

here is my code: <ion-card> <ion-slides loop="true" autoplay="300" speed="500" pager="true"> <ion-slide *ngFor="let number of [1,2,3,4]">

  `<img` `src="./assets/imgs/{{number}}.jpg">`
`</ion-slide>`

</ion-slides> </ion-card>

I want to autoplay my slider what to do?

ionitron-bot[bot] commented 5 years ago

Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum or our slack channel for questions about the framework.

Thank you for using Ionic!