div-translation-transformation

Translation transformation.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be translation.

Functionality is under development.

x

object

X coordinate of the translation.

The value has the type div-translation.

Functionality is under development.

List of possible values:

  • div-fixed-translation
  • div-percentage-translation
  • y

    object

    Y coordinate of the translation.

    The value has the type div-translation.

    Functionality is under development.

    List of possible values:

  • div-fixed-translation
  • div-percentage-translation
  • JSON
    {
      type*: "translation",
      x: div-translation,
      y: div-translation
    }