Hi everyone!
I want one of my smart animated components, a button, to do two things when it is clicked.
- Change to a variant - so it goes from the unselected to the selected state.
- Trigger the opening of the next overlay
This is so that the user sees the button that they click change briefly before the next overlay opens.
I can do both of these in isolation and I can make it work in a dumber way with an interim screen, but I can’t get it to work in one step. Any advice very welcome!
Thanks
Duncan