Note: This feature is available in Web Workers.
The CSSSkewX() constructor creates a new CSSSkewX object that represents the skewX() value of the individual transform property in CSS.
new CSSSkewX(ax)axA value for the ax angle of the CSSSkewX object to be constructed. This must be a CSSNumericValue.
To do