Animator.End 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.
Ends the animation.
[Android.Runtime.Register("end", "()V", "GetEndHandler")]
public virtual void End ();
[<Android.Runtime.Register("end", "()V", "GetEndHandler")>]
abstract member End : unit -> unit
override this.End : unit -> unit
- Attributes
Remarks
Ends the animation. This causes the animation to assign the end value of the property being animated, then calling the android.animation.Animator.AnimatorListener#onAnimationEnd(Animator)
method on its listeners.
This method must be called on the thread that is running the animation.
Java documentation for android.animation.Animator.end()
.
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.