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

