I'm prototyping in Figma Sites, and I want to create an interaction where:
- A user clicks on something (like a button).
 - After a delay, another action happens — like setting a variable or triggering another interaction.
 
In Figma Design, I used to do this by:
- Using components with hidden states.
 - Using change to I could nest an after delay function
 - Setting an "After Delay" interaction on the hidden state to trigger the next action.
 
But in Figma Sites, I can't define components, and anything created outside that will be out of scope so I can't use hidden states to manage delayed actions — and that’s where I’m stuck.
