I use this tag <ion-slides pager> <ion-slide > <h1>Slide 1</h1> </ion-slide> <ion-slide> <h1>Slide 2</h1> </ion-slide> <ion-slide> <h1>Slide 3</h1> </ion-slide> </ion-slides> for creating a slide in a page of my apps but i don’t know how to do for moving this slide after 5 Second (for example)
Read the docs and it’ll be clear. You can find them over here.
Just use the autoplay on your ion-slides like this:
<ion-slides pager autoplay="5000">
as the doc states: “Autoplay: Delay between transitions (in milliseconds). If this parameter is not passed, autoplay is disabled. Default does not have a value and does not autoplay. Default: null.”
Care to share some more info? What version of Ionic are you on for starters, how does the exact error look like and can you provide a larger snippet? @poonsak58
Same problem here isn’t going to solve anything for you I’m afraid. Start a new topic, add your current version in there and the code that isn’t working. Then I’ll look into it for you.