Skip to content

v1.4.0

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 08 Apr 12:35
· 248 commits to master since this release

Add disableAnimations property

Previously, Flip Move was "always on". There was no easy way to temporarily suspend animations. This release allows you to specify a disableAnimations property.

Also took the opportunity to implement the same behaviour when duration, delay, and staggered duration/delay are all 0. Previously, doing so would cause a weird flicker in certain browsers.