div-rotation-transformation
Rotation transformation.
Parameters
| Parameters | Description |
|---|---|
angle |
number Required parameter. Rotation angle in degrees. Functionality is under development. |
type |
string Required parameter. The value must always be Functionality is under development. |
pivot_x |
object X coordinate of the rotation pivot point. The value has the type Default value: Functionality is under development. List of possible values: |
pivot_y |
object Y coordinate of the rotation pivot point. The value has the type Default value: Functionality is under development. List of possible values: |
JSON
{
type*: "rotation",
angle*: "number",
pivot_x: div-pivot,
pivot_y: div-pivot
}