I have a website with images on it. Some of the images are animated GIF images. What I\'ve done is to show a static image of the GIF and on a click event, the actual GIF ima
You need to divide mouse event to mousedown and mouseup, perform hiding first and showing second or viceversa on mousedown then
perform hiding first and showing second or viceversa on up,