Hi altogether,
I have multiple animations with different start times that should play together, so I’ve added them to an AnimationGroup.
Playing them back for the first time starts all animations immediately, even if some of them should be delayed. On every following playback it starts correctly. I believe this shouldn’t be the case.
Playground: https://playground.babylonjs.com/#GCRAN6#2
The first cube should start immedately and the second should align halfway through the motion. But on the first playback, both start immediately.
Thanks in advance!