OverlayTransitionController

Interface for controlling the transition progress for an overlay.

This allows an AnimatedOverlay to react to the progress of a predictive back gesture.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun cancel()

Called when the transition is cancelled.

Link copied to clipboard
abstract suspend fun seek(progress: Float)

Called with the current progress of the transition.