Skip to content

Comment on 3d CSS3 HTML5 Logoparent

Comments

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.

It’s quite disingenuous to compare CSS transform to expression().

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

There are also DXImageTransform filter and VML

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.