How do I add a hover highlight feature for buttons on touch screen device?
I'm currently prototyping an app, and I have previously used Hover States when prototyping websites so when a button is hovered over it changes colour/becomes duller before clicking on it. After a lot of experimenting and Googling I can't figure out a way to add this same feature for a touch screen device, seeing how you can't really hover over them. Basically what I am trying to achieve is for a button to change colour right as you tap it, before releasing it, and then after you release it will take you to another page, have an overlay feature etc. Thanks in advanced!
