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
Is there a way to assign a callback to when an animation is complete?
Trying to assign focus to an element that's animating in from offscreen (outside the bounds of a hidden div), and safari likes to try and force the view to so see what you just focused (even though it's overflow hidden) I can delay the attempt at focusing in, but was wondering if there was a way to hook into the animation.