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

Slide events #33

Closed miniskulljob closed 7 years ago

miniskulljob commented 7 years ago

Hi!

Does it have events implemented? I mean events like SlideTransitionStartEvent and such. I want to add some animations to elements inside the slides and I want them to trigger when an slide starts and ends its transition.

JoshDSommer commented 7 years ago

Hi @miniskulljob there currently two events exposed by the main slides component. I my seff haven't used them but the are Changed and Finished. you can see them here in the soruce. https://github.com/TheOriginalJosh/nativescript-ngx-slides/blob/master/slides/app/slides/slides.component.ts#L62

cheers.

miniskulljob commented 7 years ago

@TheOriginalJosh wops! I should have checked the source first. Thanks!

JoshDSommer commented 7 years ago

Np, the documentation really needs an update. I've just been working on other projects and haven't had a chance to give the Slides plugins some care like they deserve.