Android.Animation.ITimeInterpolator
A time interpolator defines the rate of change of an animation.

See Also: ITimeInterpolator Members

Syntax

[Android.Runtime.Register("android/animation/TimeInterpolator", "", "Android.Animation.ITimeInterpolatorInvoker")]
public interface ITimeInterpolator : Android.Runtime.IJavaObject, IDisposable

Remarks

A time interpolator defines the rate of change of an animation. This allows animations to have non-linear motion, such as acceleration and deceleration.

[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