Releases: matthieua/WOW
Releases · matthieua/WOW
Trigger DOM event on animation end
Callback support
Add callback support via the config. See Advanced usage in the README.
Thanks to @nlug for the feature request.
Bug fixes
This release fixes a minor bug where WOW.js would keep some elements hidden on mobile when animations are disabled (mobile: false
option).
IE8 Fix
Stable
Bug fixes
Support asynchronous content in IE9+
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.
Support asynchronously loaded content
Support SVG animations in Firefox and Opera
This release adds support for SVG animations in Firefox and Opera.
See #67 for details.
Bug fixes
This release fixes a regression in 0.1.7 that broke the animations in Firefox. It also fixes a minor issue with Opera.