Skip to main content

transition(transition)

The Transform property controls when the transition style property interpolates between its current value and its new value.

"transition": {
"duration": 300,
"delay": 0
}

Any layer transformation attribute, symbol marked as Transitionable,You can also have your own*-transitionProperties, which can be defined in a layer’s draw or layout properties, define specific transition times and override global transition values.

"fill-opacity-transition": {
"duration": 300,
"delay": 0
}

postpone time (Delay)

Optional attribute, greater than or equal to0numeric type. The unit is milliseconds. The default value is0。

The length of time before the transition begins.

Excessive duration (Duration)

Optional attribute, greater than or equal to0numeric type. The unit is milliseconds. The default value is300。

The duration of the transition.