You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you call stop on a tween, any subsequent tweens that modify the same property will only write to that property temporarily before the "stopped" tween updates its final position again.
To Reproduce
Run this code, which stops one tween and then starts another with the same property.
WebGL available
WebGL vendor Google Inc. (AMD)
WebGL renderer ANGLE (AMD, AMD Custom GPU 0932 (radeonsi vangogh LLVM 19.1.7), OpenGL 4.6)
OS linux x64 // Linux 6.5.0-valve22-1-neptune-65-g9a338ed8a75e
The text was updated successfully, but these errors were encountered:
Describe the bug
If you call
stop
on a tween, any subsequent tweens that modify the same property will only write to that property temporarily before the "stopped" tween updates its final position again.To Reproduce
Run this code, which stops one tween and then starts another with the same property.
Expected behavior
The object should land 128 pixels to the right of where it started.
System information report
Ct.js v5.2.1 😽 (packaged)
NW.JS v0.72.0
Chromium v109.0.5414.87
Node.js v19.3.0
Pixi.js v7.3.2
WebGL available
WebGL vendor Google Inc. (AMD)
WebGL renderer ANGLE (AMD, AMD Custom GPU 0932 (radeonsi vangogh LLVM 19.1.7), OpenGL 4.6)
OS linux x64 // Linux 6.5.0-valve22-1-neptune-65-g9a338ed8a75e
The text was updated successfully, but these errors were encountered: