chenglou / react-tween-state

React animation.
Other
1.74k stars 70 forks source link

clone tween options #12

Closed yocontra closed 9 years ago

yocontra commented 9 years ago

Currently passing the same object to two this.tweenStates causes them to mess with eachother.

yocontra commented 9 years ago

Mutation is here: https://github.com/chenglou/react-tween-state/blob/master/index.js#L54

chenglou commented 9 years ago

Ugh, mutations... thanks for catching that