Hi! I’m trying to create a prototype where I click a button which results in the button changing it’s state and then an alert banner overlay appearing at the top. So right now I have it built like this:
- UI with a button saying “turn on”
- Click button, which changes state to “Request sent”
- There is a delay set on the “request sent” variation that has an alert banner overlay appears at the top.
The problem I’m having is that once you close the alert banner overlay, it resets the delay and it appears again and then stuck in the loop every time I close it. Is there any way to make it only trigger once?