ValueAnimator.AnimatedFraction Property

Definition

Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation.

public virtual float AnimatedFraction { [Android.Runtime.Register("getAnimatedFraction", "()F", "GetGetAnimatedFractionHandler")] get; }
[<get: Android.Runtime.Register("getAnimatedFraction", "()F", "GetGetAnimatedFractionHandler")>]
member this.AnimatedFraction : single

Property Value

Elapsed/interpolated fraction of the animation.

Attributes

Remarks

Returns the current animation fraction, which is the elapsed/interpolated fraction used in the most recent frame update on the animation.

Java documentation for android.animation.ValueAnimator.getAnimatedFraction().

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