Skew Action

Skew an element along the X or Y axis. This is the same as using transform: skewX() and skewY() in CSS.
Useful for creating slanted visual effects, adding motion to entrances and exits, or giving elements a dynamic appearance.
Action Settings
| Option | Default | Type | Description |
| X | 0 | Degrees | Skew horizontally, to slant along the X axis. Accepts values from -360° to 360°. |
| Y | 0 | Degrees | Skew vertically, to slant along the Y axis. Accepts values from -360° to 360°. |
For sliders, you can enter values beyond the predefined range by manually typing a value directly into the input field.
Applied To
Select the source element where the action will originate. This determines which block or element will perform the specified action when triggered.