CSS3 Rotate on animated element causing click event not to invoke
问题 Okay this one is causing me a lot of problems. When using the css3 -webkit-transform style with any kind of 3d rotation (such as rotateY(30deg) ), it is extremely unreliable to bind a click event to this rotated object. See the example code below or look at this fiddle (to see the unreliability in fiddle, click on the right side of the element). This example does not have animation but still is affected. html: <div id='box1'>Click this box.</div> css: #box1{ -webkit-transform: rotateY(30deg);