react-tween-state v0.1.4 Release Notes

Release Date: 2015-11-21 // over 8 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.