I'm trying to make some icons jump on hover using CSS3 and Jquery. The bounce animation is attached to the .bounce
class in a stylesheet; to handle the hover, I told Jquery to add and remove the bounce
class when the mouse enters and leaves the image's parent element respectively. While the Jquery is working as expected, the animation is not, and I'm not sure why.
Here's the fiddle. I appreciate the help.