Reputation: 371
so i have this 3d transform effect, that works well in chrome, but having some problem in IE,
i've create the code sample in jsfiddle here
and some of the 3d transform code:
transform: translate3d(0px, 100%, 0px) rotateX(-90deg);
-webkit-transform: translate3d(0px, 100%, 0px) rotateX(-90deg);
the problem is, the element would rotate -90 degree but isn't showing anything when rotated (in IE), any idea on how to fix it? is it possible?
Upvotes: 0
Views: 221