pixi-tween
pixi-tween copied to clipboard
Tween._from should be updated on start?
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?