ValueAnimator.AnimatedFraction Property
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.
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.