[webkit-dev] 3D Transformation
Simon Fraser
simon.fraser at apple.com
Thu Feb 26 13:21:08 PST 2009
On Feb 26, 2009, at 1:03 PM, Husam Senussi wrote:
> Does Webkit support 3d transformation using CSS or just 2D.
Support has recently been added for the parsing of 3d transforms as
described in
http://webkit.org/specs/CSSVisualEffects/CSSTransforms3D.html
On all platforms, 3d transforms will be parsed, and will make it into
the RenderStyle.
On platforms that support 3d rendering, then content will show in 3d.
For other
platforms, 3d transforms will be flattened to affine transforms for
rendering. There
is a media query that allows CSS authors to ask whether 3d rendering
is supported.
Rendering of 3d transforms is not enabled yet, for any platform.
Simon
More information about the webkit-dev
mailing list