I have interactive components that I want to run after I load a page, so I put “on delay” on them. After 3000ms, 5000, whatever. Most of my interactive components are some form of this - after 100ms change to this variant, after 150ms change to some other variant, etc, and that’s how I make a ball bounce or whatever. Normal stuff.
And too many times I’ve found these to be inconsistent: they simply don’t go off. The on-delay never happens …that is, until I hit “restart” on the prototype, and then they’re fine.
What am I doing wrong with my interactive components that the initial on-delay doesn’t work when I open the prototype, but it does work when I hit R and restart the prototype?