html5 - CSS: 2 sided 3D flip overlapping / bleeding -


i trying implement 3d flip effect using 2 faces in ie (no preserve-3d). see codepen example: http://codepen.io/djskinner/pen/xbdppj

the problem 2 faces overlap @ edges. issue present in both chrome , ie assume there problem in way have converted effect take account lack of preserve-3d in ie. there way prevent occurring?

example

i have achieved effect without glitches utilising transform-origin property, allowed simple rotation rather having perform rotations , translations.

updated code pen can found here: http://codepen.io/djskinner/pen/nqnvpx.

inspiration taken code pen: http://codepen.io/jonathan/pen/xijln.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -