@PointC, thanks for the details about the problem with that plugin. I took a peek and it's due to the fact that they listed every property as an "overwrite", meaning that for example a "rotation" tween would overwrite a "scaleX" tween on the same target (and any other property).    I took a crack at rebuilding my own version of that plugin with the following enhancements:  Fixes the overwriting bug Defines rotation in degrees instead of radians (it does the conversion int
    • Like
    2