Can I add a delay to interactions that are triggered by Load?

I have a group of icons inside the hero image on the ABOUT PAGE that i’d like to have slide in -50px from the left individually, one after the other, when the page loads.

Like: SLIDE IN short pause NEXT LOGO SLIDES IN short pause NEXT LOGO SLIDES IN etc.

How could I go about doing this? I don’t see a delay setting anywhere in the interactions.

Thanks


Here is my public share link: [LINK]1
(how to access public share link)

create a step with a wait…

ie: step 1 - wait 5000ms…
will cause for 5000ms before performing step 2

I will try that, thanks!