Unable to pass null to syncWith and syncAllAnimationsWith

Hi!
I was following how to sync animations in this PG:
https://playground.babylonjs.com/#IQN716#9

In TS you can’t unsync an animation, because you can’t pass null to the desired functions:
image

Thank you!

After this PR is merged, you will be able to pass null to stop synchronizing animations:

In the meantime, you can pass null as any instead of null.

1 Like

Thanks!