Assessment wanted for Sequencing animations 100

Codepen: https://codepen.io/Scorpius07/pen/wvxxJKg

Howdy @Scorpius7

This is the correct solution! :medal_sports:
If you like your code more compact you could also directly attach “finished” to the call:

async function animations() {
  await alice1.animate(aliceTumbling, aliceTiming).finished;
  await alice2.animate(aliceTumbling, aliceTiming).finished;
  await alice3.animate(aliceTumbling, aliceTiming).finished;
}

Have a nice day,
Michael