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

HTML5 implementation in IE 9 and 10 instead of Flash #6

Open
bugejakurt opened this issue Apr 1, 2013 · 6 comments
Open

HTML5 implementation in IE 9 and 10 instead of Flash #6

bugejakurt opened this issue Apr 1, 2013 · 6 comments

Comments

@bugejakurt
Copy link

Hi, if possible, please render the coverflow in HTML 5 for IE 9 and 10, bearing in mind all the benefits HTML 5 presents.

@gabriel-r
Copy link

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.

@luwes
Copy link
Owner

luwes commented Jun 7, 2013

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;

@gabriel-r
Copy link

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:

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;

@bugejakurt
Copy link
Author

@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.

@soyuka
Copy link

soyuka commented Jul 16, 2013

@bugejakurt because it won't change the fact that IE doesn't support 3D transforms.
Nice plugin btw thanks.

@gabriel-r
Copy link

Please have a look at how these guys are doing it
https://github.com/drien/jquery-flipster

I'd be happy to pay a small price for IE10 Touch compatibility.

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

4 participants