react-tween-state v0.1.4 Release Notes
Release Date: 2015-11-21 // over 9 years ago-
- ๐ [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