Releases: beekai-oss/react-simple-animate
Releases · beekai-oss/react-simple-animate
Version 1.6.0
- bug fix for onComplete function
- bug fix for onComplete style with delay seconds
- adding reverse animation delay
- more unit tests
- code clean up
- lint installed
Version 1.5.3
- code refactor clean up logic
- removed extra internal state which not required
- clean up flowtype to support with version 0.53
Version 1.5.0
- Support custom tag support, for situation like change to and svg
Version 1.4.4
- onCompleteStyle prop will make sure last style applied without transition
Version 1.4.2
- fix an issue when start or end style change not triggering re-render
Version 1.4
- added children compare on should component update
Version 1.3
- className: adding className prop to allow class to pass down to the
- transition: allow you to overwrite default transition which composed by other props
Version 1.1
- removed reverse start animation
- added onComplete prop for animation complete callback
- few minor bug fixs
Todo: update unit tests in the next patch
Version 1
Very excited about this release!!
version 1 react simple animate is out
feature:
- Super easy animation with inline style
- Toggle animation made easy
- Animation delay piece of cake