[SOLVED] - How to sequencing animation helper with standard animation

Hi there,
in this PG https://playground.babylonjs.com/#3ZQKH1#7 i use an animation any time you click on a sphere. I use an animation helper to move the camera target followed by an animation that changes camera radius to zoom-in.
As you can see the two animations are combined in some way: i’d like that the order was exactly first the target move and then changes camera radius.
How can i do that?
Thanks

EDIT: Got it!!! https://playground.babylonjs.com/#3ZQKH1#8

3 Likes