Hey there, I need help with a simple CSS flip animation.
.container
.flipper.A
.front
.back
.flipper.B
.front
.back
I want both .front
and .back
to have negative absolute positions for top
and left
, and the dimensions of .flipper
should be 0x0
.
When flipper A
is rotatedY 180deg so that .back
is visible, it interferes with other .flippers
if their positions intersect. For example, I'm unable to click on links in flipper B when flipper A is on top of it.
You can see a working example here: http://jsfiddle.net/attenzione/g2at2/ - try clicking on test 3 instead of test 1.
This issue only occurs in Webkit browsers.
Can anyone provide some guidance? Is this a bug specific to Webkit?