Leaflet.transitionType

adw.types.LeafletTransitionType transitionType() @property

Get transitionType property.

Returns

The type of animation used for transitions between modes and children.

The transition type can be changed without problems at runtime, so it is possible to change the animation based on the mode or child that is about to become current.

Deprecated

void transitionType(adw.types.LeafletTransitionType propval) @property

Set transitionType property.

Parameters

propvalThe type of animation used for transitions between modes and children. The transition type can be changed without problems at runtime, so it is possible to change the animation based on the mode or child that is about to become current.

Deprecated