react-tween-state v0.1.5 Release Notes

Release Date: 2016-04-28 // almost 8 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.