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

Feature Request: A way to override slide animations #49

Closed Ed-Dikotope closed 8 years ago

Ed-Dikotope commented 8 years ago

It would be great to be able to override the default slide animation. For instance, like providing animation options just like "ui/frame" allows to fade, flip, curlUp etc... I was only able to hack the currentPanel to fadeOut before calling nextSlide but the next slide still "slides in"; would like a different animation for that.

JoshDSommer commented 8 years ago

Hey @Ed-Dikotope thanks for the feedback! unfortunately, I don't think this is really possible with the way the slides are build. Possibly with the fade in and out, but I think it would almost be better to fork the slides into a new project and do it there since it would require changing a good bit.

Ed-Dikotope commented 8 years ago

I'll give it a shot 😁