Nazariglez / pixi-tween

pixi-tween is a plugin for Pixi.js v3.0.8 or higher to create tween animations.
MIT License
98 stars 39 forks source link

Tween._from should be updated on start? #3

Open RanzQ opened 8 years ago

RanzQ commented 8 years ago

Would be nice if the internal _from of the tween would be updated on tween start. If I don't use from() I'd expect the tween to use whatever state the object has on start. Now the state gets stored on createTween().

Or do you disagree?