Skip to content

Releases: oblador/react-native-animatable

0.3.1

16 Nov 18:15
Compare
Choose a tag to compare
  • Adds stopAnimation() method.
  • Looped animations are no longer interactions and will thus not clog InteractionManager.
  • Declarative animations are now triggered in componentDidMount.
  • RN 0.15 RC support.

0.3.0

26 Oct 19:41
Compare
Choose a tag to compare

Looping animations

  • New iterationCount prop to make looping animations.
  • New direction prop, to reverse or alternate animations.
  • New easing prop for both animations and transitions, currently limited to linear & ease/in/out.

0.2.0

21 Oct 06:42
Compare
Choose a tag to compare

Transition support!

Generic declarative transition support, even works with colors or fancy transforms such as rotations and scaling.

Other changes:

  • Fixed a bug where a change in the animation prop would not trigger a new animation.
  • Fixed a bug where delayed animations would sometimes trigger twice.
  • Loads of gifs for all the animations.

Initial Release

21 Oct 06:38
Compare
Choose a tag to compare