Hey there, if I want a pause of 2 seconds between Tweens in a Timeline, I got used to write
tl.to({}, 2, {});
But it feels just not right and I wonder if there is something like tl.wait(2). First I thought "addPause" is what I need, but I believe it wasn't. This must be an everyday issue I assume, so I think I am just dumb and or blind. Thanks for some input.