Releases: beekai-oss/react-simple-animate
Releases · beekai-oss/react-simple-animate
Version 3.3.5
- fix bug around Animate Group duration
Version 3.3.4
- fix
AnimationGroup
withdelay
attribute
version 3.3.3
Patch an issue with onComplete style with Animate component
Version 3.3.2
patch a bug on onComplete
duration from secToMs
Version 3.3.1
Animate
componentend
is no longer required prop- Clean up the package and remove unneeded files during publish
Version 3.3.0
- Support style with
Object
syntax with<AnimateKeyframes />
Version 3.2.1
- play value from useAnimate cannot be used in useEffect #52
Version 3.2.0
- animation keyframe now have a dedeciated prop for
pause
useAnimate
andAnimateGroup
now playing key animation withpause
rather than toggleplay
Version 3.1.0
- fix a bug when
AnimateKeyFrames
is underAnimateGroup
** Breaking Change **
- removed
playState
withAnimateKeyFrames
replaced withplay
Version 3.0.1
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