div-percentage-translation

Location of the translation coordinates as a percentage relative to the element size.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be translation-percentage.

Functionality is under development.

value

number

Required parameter.

Coordinate value as a percentage.

Functionality is under development.

JSON
{
  type*: "translation-percentage",
  value*: "number"
}