skewY
Method of css/cssom/MSCSSMatrixcss/cssom/MSCSSMatrix
Syntax
var object = object.skewY();
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
S_OK
Syntax
Standards information
- CSS Transitions Module Level 3, Section 10.1
Parameters
- angle [in]
- Type: floatAngle (in degrees) of skew along the y-axis.
retMatrix [out, retval] - Type: MSCSSMatrix
See also
Related pages
- MSCSSMatrixMSCSSMatrix
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]