+ 2
How to create interactive images on web?
Like when it is pressed or clicked. It does an animation or something.
1 Answer
+ 2
add a 'click' event listener function to the target element...
in this function, do all the magic you want, with or without external libraries ^^