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

IE 9 support #35

Open
asotog opened this issue Jul 4, 2015 · 2 comments
Open

IE 9 support #35

asotog opened this issue Jul 4, 2015 · 2 comments

Comments

@asotog
Copy link

asotog commented Jul 4, 2015

seems to be not working on IE 9 even from your official page

@asotog
Copy link
Author

asotog commented Jul 4, 2015

Checked the midnight js looks like on update headers function you are using translateZ which is known that IE does not support kind of 3d transforms well, so removing that translateZ value it works on IE 9. leaving only the translateY which is supported as 2d transformations

@Flvn404
Copy link

Flvn404 commented Jul 9, 2015

Same issue. I used @asotog fix.

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

No branches or pull requests

2 participants