Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Internet exploser, it show no 3D. #1

Open
yan8686 opened this issue Sep 7, 2013 · 1 comment
Open

In Internet exploser, it show no 3D. #1

yan8686 opened this issue Sep 7, 2013 · 1 comment

Comments

@yan8686
Copy link

yan8686 commented Sep 7, 2013

This one does not show 3D when it run in Internet Exploser. It only show 2D. It also become smaller in Safari. Thanks.

@curvedinfinity
Copy link
Owner

Hey, unfortunately IE has no timeline for CSS3 support including the 3D transforms that trid uses. The 3D transform support is a moving target right now for other platforms because they are implemented to different specs. I think most of the issues have to do with the way webkit-perspective works and how the rasterized 3D scene is converted into a DOM box element (that process seems different on every browser).

More info:
http://caniuse.com/#feat=transforms3d

If anyone reads this and is looking for a project, reverse engineering the different browser's implementations and fudging fixes for parity would be a worthwhile fork!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants