-
Notifications
You must be signed in to change notification settings - Fork 37
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
HTML5 implementation in IE 9 and 10 instead of Flash #6
Comments
I'm interested too, and I'll offer 9 or 10 beers for this :) PS: And with that I mean I'm offering payment for this enhancement. |
I would like to implement this but it's technically not possible. IE9 doesn't support transform: translate3d() and IE10 does support it but it doesn't support 3D nested elements, transform-style: preserve-3d; |
Yes, but something could be done with scaling and transitions. It won't look as good as the Flash or HTML5 version, but it's much better than an empty box. On 07.06.2013, at 08:31, wesley luyten [email protected] wrote:
|
@luwes I know this uses JQuery but how do you explain this: http://fredhq.com/projects/roundabout/. Why don't you take some notes/tips on this (check copyright notice) then implement your own "improved" version? It works on IE7 and above without any hint of flash. |
@bugejakurt because it won't change the fact that IE doesn't support 3D transforms. |
Please have a look at how these guys are doing it I'd be happy to pay a small price for IE10 Touch compatibility. |
Hi, if possible, please render the coverflow in HTML 5 for IE 9 and 10, bearing in mind all the benefits HTML 5 presents.
The text was updated successfully, but these errors were encountered: