Offset Animation

Hi,
I want to animate multiple objects with the same (looping) animation, but starting in different frames. Is there a way to offset the animation for each object? I can’t find anything in the api…

Hello! I don’t think there is a specific property for an offset, but you can easily reach the same result by creating a “waiting” animation and starting the looping animation on the first’s onAnimationFrame: Animation Examples | Babylon.js Playground (babylonjs.com)

Ah! Cool idea, thanks for the input!