Baseflow / LottieXamarin

Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
https://baseflow.com
Apache License 2.0
1.22k stars 261 forks source link

Fix #308 #315

Closed joshardt closed 3 years ago

joshardt commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix #308 Example.Forms project updates

:arrow_heading_down: What is the current behavior?

The animation does not reset on Android, when the Stop method is called. On iOS there is a reset.

:new: What is the new behavior (if this is a feature change)?

The animation does now also reset on Android. Same behavior as on iOS.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

-

:memo: Links to relevant issues/docs

-

:thinking: Checklist before submitting

martijn00 commented 3 years ago

Thanks! Looking good!