Wikia

-ms-transform

Talk0
645pages on
this wiki

The CSS -ms-transform Microsoft extension property provides an implementation of the CSS 2D Transforms Module. It is supported as of IE9PP6 [1]. Here is a list of transformations that can be applied to an object:

name num parameters description
matrix6transforms through a transformation matrix
translate1-2a translation
translateX1translates in the X direction
translateY1translates in the Y direction
scale1-2a scaling
scaleX1scales in the X direction
scaleY1scales in the Y direction
skew1-2a skew
skewX1skews in the X direction
skewY1skews in the Y direction
rotate1rotates the specified number of degrees

ExampleEdit

To double the size of an image, then rotate it by 180 degrees:

img#upsideDown {-ms-transform: scale(2) rotate(180);}

See AlsoEdit

ReferencesEdit

  1. http://blogs.msdn.com/b/ie/archive/2010/11/15/ie9-vendor-prefixes-and-developers.aspx, Nov 15, 2010
Advertisement | Your ad here

Photos

Add a Photo
233photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki