React Native Animatable Versions Save

Standard set of easy to use animations and declarative transitions for React Native

v1.4.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-animatable/compare/v1.3.3...v1.4.0

v1.3.3

4 years ago
  • Remove deprecated lifecycle warning
  • Improved typings

v1.3.2

5 years ago
  • Fix iterationDelay being ignored when changing animation.

v1.3.1

5 years ago
  • Support for removing PropTypes in babel transforms
  • Allow percentage animations for margins, widths etc
  • Improved TS typing

v1.3.0

5 years ago
  • Added onTransitionBegin and onTransitionEnd props (#187)
  • Added iterationDelay prop (#169)
  • Improved TypeScript typings (#190)
  • Fixed bug where old onAnimationEnd handler would be called.

v1.2.4

6 years ago

Add TypeScript definitions

v1.2.3

6 years ago
  • Migrate deprecated React.PropTypes to prop-types package.

v1.2.2

6 years ago
  • Fix issue with spring animated width transitions would cause flashes when transitioning to 0.

v1.2.1

6 years ago
  • Fix native animation driver support for swing, tada and wobble animations.
  • Fix unmet peer dependency warning when using react alpha with nom

v1.2.0

6 years ago
  • Support delay prop for transitions
  • Improve support for inline animation declarations