Android.Animation.ValueAnimator.SetInterpolator Method
The time interpolator used in calculating the elapsed fraction of this animation.

Syntax

[Android.Runtime.Register("setInterpolator", "(Landroid/animation/TimeInterpolator;)V", "GetSetInterpolator_Landroid_animation_TimeInterpolator_Handler")]
public override void SetInterpolator (ITimeInterpolator value)

Parameters

value
the interpolator to be used by this animation. A value of null will result in linear interpolation.

Remarks

The time interpolator used in calculating the elapsed fraction of this animation. The interpolator determines whether the animation runs with linear or non-linear motion, such as acceleration and deceleration. The default value is Android.Views.Animations.AccelerateDecelerateInterpolator

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11