reactiveui / Sextant

A ReactiveUI navigation library for Xamarin.Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proposal: Add support for platform animation

RLittlesII opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently all we have is the ability to tell Sextant to animate or not.

Describe the solution you'd like

I have seen a few custom animation libraries for Xamarin.Forms. What I would like is from Sextant is the ability to abstract platform level animations and allow better support for animations. Change the API from taking a bool to maybe an enumeration where the consumer can dictate which platform animation to use. What would be great is the ability to provide your own animations that have platform specific implementations.

Describe suggestions on how to achieve the feature

The following are extensions that should get us where we want to be in some fashion.

Documentation

GitHub Projects