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