justinmind-logo
 
Upvote 1

Add a very subtle animation to a button when it is pressed before navigating to the next page

Answered Victor Conesa 9 years ago

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.

Replies (2)
photo
1

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.

photo
1

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

Leave a Comment
 
Attach a file