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
WOW.js now triggers the animationend event when the animation finishes. This can be used to attach event handlers to e.g. reset the animation (so it would be replayed on the next reveal.) See #164. Thanks @mdeboer!
This version fixes a problem with the previous release, and adds a .sync() method that tells WOW to look for new objects to animate. This is only useful in IE9 and IE10, as those browsers do not support the MutationObserver API.
NOTE: there's a bug in this release, please use 0.1.12 or newer.