Skip to content

Releases: matthieua/WOW

Trigger DOM event on animation end

04 Apr 18:05
Compare
Choose a tag to compare

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!

Callback support

14 Jan 15:17
Compare
Choose a tag to compare

Add callback support via the config. See Advanced usage in the README.

Thanks to @nlug for the feature request.

Bug fixes

24 Sep 18:56
Compare
Choose a tag to compare

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

15 Aug 06:01
Compare
Choose a tag to compare

This release fixes an IE8 bug. It does not affect other browsers.

Thanks tagrendy.

Stable

30 Jul 07:26
Compare
Choose a tag to compare

The first release that we dare call stable. Fixed #82, #88, #92 and #94.

Bug fixes

29 Jun 17:04
Compare
Choose a tag to compare

This release fixes a bug with the asynchronous content loading in 0.1.11.

Support asynchronous content in IE9+

29 Jun 15:56
Compare
Choose a tag to compare

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

29 Jun 14:25
Compare
Choose a tag to compare

This release adds support for asynchronously loaded content.

The new feature is enabled by default, but you can disable it using live: false when you call new WOW(…).

See #71 and #74 for details. Thanks @tomasdev for the contribution!

NOTE: there's a bug in this release, please use 0.1.12 or newer.

Support SVG animations in Firefox and Opera

10 May 11:03
Compare
Choose a tag to compare

This release adds support for SVG animations in Firefox and Opera.

See #67 for details.

Bug fixes

09 May 10:03
Compare
Choose a tag to compare

This release fixes a regression in 0.1.7 that broke the animations in Firefox. It also fixes a minor issue with Opera.