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?

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
Post a Comment