I am trying to add a click effect for an imagebutton so that the user knows the button is clicked upon clicking.
I have hover effect on the button but then the user clicks the button and they dont see any change in the design like when you click a button effect.
So i want to grey the button out for a second on client side by chnaging the image of the image button for a second and then assign the original image so that the user knows the button was clicked indeed after hover.
Can we change the image and rollback on client side with a wait of 1 second in between?