Skip to content

Animations: use ease prameters

Remove Tweener leftovers causing some animations not to work properly.


Wondering if to avoid this to happen for other properties, we should strongly check (throwing an error) whether the actor has the property we try to change, as that's how I discovered these leftovers.

Note that as explicated in the commit 39264e35 (part of !752 for now) we might already try to set invalid properties when only using pure JS.

Edited by Marco Trevisan

Merge request reports