AnimatedOverlay

abstract class AnimatedOverlay<Result : Any>(val enterTransition: EnterTransition, val exitTransition: ExitTransition) : Overlay<Result> (source)

An Overlay that can be animated in and more interestingly out after it has returned a Result. The Overlay is animated in and out by its enterTransition and exitTransition, AnimatedContent is executed with with AnimatedVisibilityScope so that child animations can be coordinated with the overlay's animations.

Constructors

Link copied to clipboard
constructor(enterTransition: EnterTransition, exitTransition: ExitTransition)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
override fun Content(navigator: OverlayNavigator<Result>)