Closed miniskulljob closed 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.
@TheOriginalJosh wops! I should have checked the source first. Thanks!
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.
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.