GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 57 forks source link

[Request] Events for animations #39

Closed Inrego closed 3 years ago

Inrego commented 4 years ago

I'd love to get some kinds of events/notifications of animation started/ended. This helps to synchronize other animations to run at the same time, and to handle any other animations we might want to do after the transition ends.

GiampaoloGabba commented 3 years ago

this is a good suggestion, it will be implemented in the next update! Currently i'm busy finishing my healthkit/googlefit plugin, when is done i'll implement this, should be fairly easy

Inrego commented 3 years ago

Sounds good! I've tried to test different page lifetime events in order to try to synchronise another animation, but none of them are quite at the same time as you start the animation, so it's not quite there yet.

GiampaoloGabba commented 3 years ago

this is in the master branch, nuget will come soon :)