Skip to content

Bindings of the TransitionsEverywhere lib for Xamarin Android

License

Notifications You must be signed in to change notification settings

softlion/TransitionsEverywhere

Repository files navigation

TransitionsEverywhere

Bindings of the TransitionsEverywhere lib for Xamarin Android

Usage

Author Blog entry on medium

Sample

    var transition = Com.Transitionseverywhere.TransitionManager.DefaultTransition;
    transition.SetDuration(400);
    transition.SetInterpolator(new FastOutSlowInInterpolator());
    transition.AddListener(new TransitionListener { EndAction = () => 
    {
        //Some stuff
    }});
    Com.Transitionseverywhere.TransitionManager.BeginDelayedTransition(parent, transition);
    
    //Add your view updates here. These should be animated.

About

Bindings of the TransitionsEverywhere lib for Xamarin Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages