Xamarin.Motion.Animation.Animation C# (CSharp) Method

Animation() public method

public Animation ( ) : System
return System
        public Animation()
        {
            children = new List<Animation> ();
            easing = Easing.Linear;
            step = f => {};
        }

Same methods

Animation::Animation ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, System.Action finished = null ) : System