Every time I see CSS3/HTML5 demos like this, I think "awesome, but what's the IE situation?". I mean that in a honest way, not in a "oh, that probably will never work on IE type of way". IE9 is supposedly way better than before - will it support stuff like this?
IE introduced expression() in CSS decades ago. Like -webkit-transform, they are both private non-standard way of doing animations. IE4/5/6 even had hardware accelerated 3D graphic and dynamic music support, dHTML was cool before HTML5 coolkids took over.
3d CSS3 HTML5 Logo
11–19 of 19 posts
Re: 3d CSS3 HTML5 Logo
#12Thank you for embracing the spirit of HTML5 and the Web.
Re: 3d CSS3 HTML5 Logo
#13"safari 5 or chrome 9 on a mac" How did you manage to make something that only works on a Mac in Chrome? Looks messed up under Windows... Bravo!
Edit: My mistake. I was testing it out on a different browser first time around. I tried a few times with Chrome 10.* and it doesn't work.
Re: 3d CSS3 HTML5 Logo
#14Re: 3d CSS3 HTML5 Logo
#15Every time I see CSS3/HTML5 demos like this, I think "awesome, but what's the IE situation?". I mean that in a honest way, not in a "oh, that probably will never work on IE type of way". IE9 is supposedly way better than before - will it support stuff like this?
IE introduced expression() in CSS decades ago. Like -webkit-transform, they are both private non-standard way of doing animations. IE4/5/6 even had hardware accelerated 3D graphic and dynamic music support, dHTML was cool before HTML5 coolkids took over.
Besides, expression evaluates on mousemove which is horrible for performance: http://blog.dynatrace.com/2010/02/16/the-real-performance-ov...
Re: 3d CSS3 HTML5 Logo
#16Earlier quoted context omitted.
IE introduced expression() in CSS decades ago. Like -webkit-transform, they are both private non-standard way of doing animations. IE4/5/6 even had hardware accelerated 3D graphic and dynamic music support, dHTML was cool before HTML5 coolkids took over.
expression() gives you a functional method for defining animations; CSS transforms are declarative. They’re a different thing entirely. Besides, expression evaluates on mousemove which is horrible for performance: http://blog.dynatrace.com/2010/02/16/the-real-performance-ov...
Re: 3d CSS3 HTML5 Logo
#17The various browser vendors are never all going to sync their release schedules for new features. Now that we have some healthy browser competition and healthy forward movement on specs we can have either a) lowest common denominator sites or b) some sites that only serve a subset of browsers and either fail or fallback to less impressive tech.
Are we going to do this thing where we complain about every tech demo if it's not fully supported by all 4 or 5 major browsers? Sounds boring. When browsers come out with new features, I want to see demos showing what is possible. If you want to see it work on browser X then write a version that works on browser X and show us.
Re: 3d CSS3 HTML5 Logo
#18Re: 3d CSS3 HTML5 Logo
#19no firefox?