React Simple Animate Versions Save

🎯 React UI animation made easy

v3.3.5

4 years ago
  • fix bug around Animate Group duration

v3.3.4

4 years ago
  • fix AnimationGroup with delay attribute

v3.3.3

4 years ago

Patch an issue with onComplete style with Animate component

v3.3.2

4 years ago

patch a bug on onComplete duration from secToMs

v3.3.1

4 years ago
  • Animate component end is no longer required prop
  • Clean up the package and remove unneeded files during publish

3.3.0

4 years ago
  • Support style with Object syntax with <AnimateKeyframes />

v3.2.1

4 years ago

3.2.0

5 years ago
  • animation keyframe now have a dedeciated prop for pause
  • useAnimate and AnimateGroup now playing key animation with pause rather than toggle play

3.1.0

5 years ago
  • fix a bug when AnimateKeyFrames is under AnimateGroup

** Breaking Change **

  • removed playState with AnimateKeyFrames replaced with play

3.0.1

5 years ago

working in progress with v3 (fully hook)

  • better performance
  • smaller 4.4k -> 2.4k
  • simpler API
  • build with hook
  • the improved hook API usage
  • build with typescript

break changes:

  • remove all setTimeout for delay animation
  • remove all those reverse props, which user can do the same by toggle play

Pros name change

  • startStyle -> start
  • endStyle -> end
  • durationSeconds -> duration
  • delaySeconds -> delay
  • completeStyle -> complete
  • overlaySeconds -> overlay