skewY method
Specifies a 2-D skew transformation along the y-axis by the given angle.
![]() ![]() |
Syntax
var retMatrix = MSCSSMatrix.skewY(angle);Parameters
- angle [in]
-
Type: Floating-point
Angle (in degrees) of skew along the y-axis.
- retMatrix [out, retval]
-
Type: MSCSSMatrix
Standards information
- CSS Transitions Module Level 3, Section 10.1
See also
Show:

