JoshDSommer / nativescript-ngx-slides

A NativeScript + Angular module for to add a slides component to your mobile app
Other
45 stars 34 forks source link

Is there an option for autoplay? #73

Closed codersree closed 5 years ago

codersree commented 5 years ago

Hi, I'm using this plugin in one of the projects. Is there an option for autoplay of slides, so that each slide automatically change after x seconds?

JoshDSommer commented 5 years ago

I Currently is no plan to implement such functionality since you can accomplish this with a RxJS interval/timer or a setTimeout() and then calling thenextSlide or previousSlide functions exposed on the main component. hope that helps