WebAnimator.AnimationComplete

From Xojo Documentation

Event


WebAnimator.AnimationComplete(Tag as Variant)

Supported for all project types and targets.

After calling WebAnimator.Play, this event will fire once the animation has completed.

Notes

It is important to note that this event is called as part of the app code, rather than as part of the session code. Therefore, Session will be Nil. You may use WebApplication.SessionForControl to determine the session which owns the animator.