react-tween-state v0.1.5 Release Notes
Release Date: 2016-04-28 // almost 9 years ago-
- ๐ [I] Move React and React-DOM dependencies to devDependencies. React-tween-state doesn't require React.
Previous changes from v0.1.4
-
- ๐ [I] Support for IE9 through
requestAnimationFrame
polyfill. a0b4fb5. - ๐ [I] Used to use
this.isMounted()
internally. Removed that since React might deprecate this. #49. - [F] If duration's 0, we jump to
config.endValue
immediately, rather than calling the easing function. #52.
- ๐ [I] Support for IE9 through