WebAnimator.AnimationComplete
From Xojo Documentation
Event
This event is only available for Web applications. |
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.