Skip to content

Trigger DOM event on animation end

Latest
Compare
Choose a tag to compare
@attilaolah attilaolah released this 04 Apr 18:05
· 32 commits to master since this release

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!