I would like to add multiple interactions of the same type (like after delay)
For example:
I have a button that upon clicking changes into a button with a loading indicator. After this button is back to normal I want to overlay a success message.
I would prototype that like this
- OnClick > Open overlay (Button with spinner)
- After delay > Close overlay (Button with spinner)
- After delay > Open overlay (Success message)
- After delay > close overlay (Success message)