skewY

fun skewY(angle: Number): String

Creates a skewY transform string.

The skewY transform skews an element along the y-axis by the specified angle. This helper can be combined with other transform helpers using transforms(...).

Return

The skewY transform string.

Parameters

angle

The skew angle in degrees.