CSS Transforms
November 13th, 2007 in News | | No ResponsesWebKit now has rudimentary support for specifying transforms through CSS. Boxes can be scaled, rotated, skewed and translated. The current nightly builds support affine transformations.A transform can be specified using the -webkit-transform property.
It supports a list of functions, where each single function represents a transform operation to apply. You can chain together operations to apply multiple transforms at once to an object (e.g., if you want to both scale and rotate a box).
At the moment transforms do not affect layout, so they are similar to relative positioning in that respect. We are exploring ideas for how to do transforms in ways that could affect layout.
|
Subscribe to RSSNovember 13th, 2007 in News | | Trackback





















