Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

v1.1.2 (2016-02-08)

Compare
Choose a tag to compare
@fionawhim fionawhim released this 08 Feb 20:30
· 120 commits to master since this release

Bug fixes

  • complete callbacks for VelocityTransitionGroup now fire correctly.
  • velocityHelpers’s registerEffect can be called (as a no-op) on the server.
  • Fallback to setTimeout if requestAnimationFrame is not defined.

Features

  • VelocityTransitionGroup can take enterHideStyle and enterShowStyle props
    to customize how entering elements are kept from being shown before their
    animations start.