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