div-change-bounds-transition

Element position and size change animation.

JSON

{
  type*: "change_bounds",
  duration: "int",
  interpolator: "string",
  start_delay: "int"
}

Parameters

ParametersDescription
duration

int

Animation duration in milliseconds.

Restriction for the value x: x >= 0.

Default value: 200.

interpolator

string

Transition speed nature.

Possible values: linear, ease, ease_in, ease_out, ease_in_out, spring.

Default value: ease_in_out.

start_delay

int

Delay in milliseconds before animation starts.

Restriction for the value x: x >= 0.

Default value: 0.

type

string

Required parameter.

The value must always be change_bounds.

ParametersDescription
duration

int

Animation duration in milliseconds.

Restriction for the value x: x >= 0.

Default value: 200.

interpolator

string

Transition speed nature.

Possible values: linear, ease, ease_in, ease_out, ease_in_out, spring.

Default value: ease_in_out.

start_delay

int

Delay in milliseconds before animation starts.

Restriction for the value x: x >= 0.

Default value: 0.

type

string

Required parameter.

The value must always be change_bounds.