You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
how to add AnimationListener into Animator, there is no public method to do that.
ie, Animator.animate(AbstractComponent target, Css properties, AnimationListener listener)
AnimationListener.onAnimation method name is confusing. The callback method is called when the animation finished running in the client.
The method name could be onAnimationEnd.
(copied from earlier repo, posted by @tehapo)
The text was updated successfully, but these errors were encountered: