Skip to content

AnimatedSwitcherTransition

Inherits: Enum

Visual transition strategy used by AnimatedSwitcher.transition.

Controls how old and new content are animated while the switch occurs.

Properties

  • FADE

    Cross-fades between outgoing and incoming content.

  • ROTATION

    Rotates content during the switch.

  • SCALE

    Scales content during the switch.

Properties#

FADE = 'fade' class-attribute instance-attribute #

Cross-fades between outgoing and incoming content.

ROTATION = 'rotation' class-attribute instance-attribute #

Rotates content during the switch.

SCALE = 'scale' class-attribute instance-attribute #

Scales content during the switch.