tweener icon indicating copy to clipboard operation
tweener copied to clipboard

callbacks not cleaned up when removing tweens

Open naychrist opened this issue 11 months ago • 1 comments

Callbacks still seem to fire after removing tweens, which can throw errors. Quick workaround without changing package is replacing tween callbacks with blank functions before stopping/removing:

myTween.onUpdate((_){});
myTween.onComplete((_){});

naychrist avatar Mar 12 '24 03:03 naychrist

#mark

drawcall avatar Mar 12 '24 03:03 drawcall