I'm writing a web app that includes a "card flip" animation similar to the first example on this page (although I trigger the animation with a click, rather than a hover). The flip is working, but when the animation is complete and the backface
is visible, no mouse events register on the element - click, hover, or even text select. Any ideas why mouse events are not registering?
Here's a fiddle: http://jsfiddle.net/NathanFriend/3gUPA/
I'm using Chrome 29. My app only has to work in this browser.