scale
This page has been flagged with the following issues:
High-level issues:
Syntax
var object = object.scale();
Return Value
Returns an object of type DOM Node.
Syntax
Standards information
- CSS Transitions Module Level 3, Section 10.1
Parameters
- scaleX [in]
- Type: floatThe x component (in degrees) of the scale value.
- scaleY [in, optional]
- Type: floatThe y component (in degrees) of the scale value. If scaleY is not defined, the y component of the scale value is the same as the x component.
- scaleZ [in, optional]
- Type: floatThe z component (in degrees) of the scale value. If scaleY is not defined, the value of scaleZ is 1.
- retMatrix [out, retval]
- Type: MSCSSMatrixThe returned matrix.
See also
Related articles
Transforms
- css/cssom/MSCSSMatrix/methods/scale
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here