Android.Animation.AnimatorSet.SetInterpolator Method
Sets the TimeInterpolator for all current AnimatorSet.ChildAnimations of this AnimatorSet.

Syntax

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

Parameters

interpolator
the interpolator to be used by each child animation of this AnimatorSet

Remarks

Sets the TimeInterpolator for all current AnimatorSet.ChildAnimations of this AnimatorSet. The default value is null, which means that no interpolator is set on this AnimatorSet. Setting the interpolator to any non-null value will cause that interpolator to be set on the child animations when the set is started.

[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