Transition.Interpolator Property

Definition

Returns the interpolator set on this transition.

public virtual Android.Animation.ITimeInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")] get; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/animation/TimeInterpolator;", "GetGetInterpolatorHandler")>]
member this.Interpolator : Android.Animation.ITimeInterpolator

Property Value

The interpolator set on this transition, if one has been set, otherwise returns null.

Attributes

Remarks

Returns the interpolator set on this transition. If no interpolator has been set, the returned value will be null, indicating that resulting animators will retain their own interpolators.

Java documentation for android.transition.Transition.getInterpolator().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to