AnimatorSet.SetInterpolator(ITimeInterpolator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the TimeInterpolator for all current #getChildAnimations() child animations
of this AnimatorSet.
[Android.Runtime.Register("setInterpolator", "(Landroid/animation/TimeInterpolator;)V", "")]
public override void SetInterpolator (Android.Animation.ITimeInterpolator? interpolator);
[<Android.Runtime.Register("setInterpolator", "(Landroid/animation/TimeInterpolator;)V", "")>]
override this.SetInterpolator : Android.Animation.ITimeInterpolator -> unit
Parameters
- interpolator
- ITimeInterpolator
the interpolator to be used by each child animation of this AnimatorSet
- Attributes
Remarks
Sets the TimeInterpolator for all current #getChildAnimations() child animations
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.
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.