AlexandrNikulin / AnimationNavigationPage

AnimationNavigationPage is a NavigationPage with custom transitions animation effects.
Apache License 2.0
236 stars 37 forks source link

Android Animation not rendering #41

Closed al3xmeister closed 6 years ago

al3xmeister commented 6 years ago

It default to slide from left, no matter what type you select. tested on XF 3.0+ on two projects.

al3xmeister commented 6 years ago

@AlexandrNikulin @LeoJHarris folks I really like your plugin and want to implement it, but the slider only works from left to right on android on XF 3.0, is there anything in there that can be fixed? please note it works fine on iOS

al3xmeister commented 6 years ago

@AlexandrNikulin I think it would be good practice to let other devs know when implementing the interface, for android to render in XF 3.0 they have to implement the interface on every single content page.

AlexandrNikulin commented 6 years ago

@al3xmeister True, or just use AnimationPage (we have this class in lib). We have information about it in Readme file.