div-pivot-fixed

Fixed coordinates of the rotation axis.

Parameters

Parameters Description
type

string

The value must always be pivot-fixed.

Available platforms: Android, iOS, web.

unit

string

Measurement unit. To learn more about units of size measurement, see Layout inside the card.

Possible values: dp, sp, px.

Default value: dp.

Available platforms: Android, iOS, web.

value

int

Coordinate value.

Available platforms: Android, iOS, web.

JSON
{
  type: "pivot-fixed",
  unit: "string",
  value: "int"
}