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 rotation.

Functionality is under development.

pivot_x

object

X coordinate of the rotation pivot point.

The value has the type div-pivot.

Default value: {"type": "pivot-percentage","value":50}.

Functionality is under development.

List of possible values:

  • div-pivot-fixed
  • div-pivot-percentage
  • pivot_y

    object

    Y coordinate of the rotation pivot point.

    The value has the type div-pivot.

    Default value: {"type": "pivot-percentage","value":50}.

    Functionality is under development.

    List of possible values:

  • div-pivot-fixed
  • div-pivot-percentage
  • JSON
    {
      type*: "rotation",
      angle*: "number",
      pivot_x: div-pivot,
      pivot_y: div-pivot
    }