JoshDSommer / nativescript-slides

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Other
70 stars 32 forks source link

Intervals and timer buggy #10

Closed JoshDSommer closed 8 years ago

JoshDSommer commented 8 years ago

Currently, the set interval worked but after going through the entire loop the animations start to get out of order.

also I think that if an interval is set it should automatically set the loop attr to true.

Obsessive commented 8 years ago

Yeah animation is going out of order but no need to set loop true if interval is set. It is fixed.

JoshDSommer commented 8 years ago

I the the animations being out of order have more to do with the next slide function and nothing to do with the intervals, on second thought

JoshDSommer commented 8 years ago

@Obsessive I want to add you as a collaborator on npm, what is your username?

Obsessive commented 8 years ago

https://www.npmjs.com/~obsessive

JoshDSommer commented 8 years ago

I've decided to remove the intervals in favor the users being able to create their own now that there are working goto next slide and previous functions also along with current index and others. this will help cut down on the bloat fo the slides in an attempt to make them more maintainable and less error prone.