Add a very subtle animation to a button when it is pressed before navigating to the next page
I'm trying to figure out how to simply add a very subtle animation to a button when it is pressed before navigating to the next page. By subtle I literally mean just showing the button in a pressed state and then bouncing back out before navigating away.
You could try "OnMouseDown" -> show the other state (for example, using dynamic panels)
And "OnMouseUp" -> show the first state again and then, linking to the page you want.
You could try "OnMouseDown" -> show the other state (for example, using dynamic panels)
And "OnMouseUp" -> show the first state again and then, linking to the page you want.
Hi, I would like to add pressed states too, but I cannot find any "OnMouseDown" (does that even work when prototyping on the phone)?
Thanks
Hi, I would like to add pressed states too, but I cannot find any "OnMouseDown" (does that even work when prototyping on the phone)?
Thanks
Replies have been locked on this page!