Package-level declarations
Types
AnimatedNavDecoration
is an implementation of NavDecoration that provides the Navigation
AnimatedVisibilityScope for shared elements. It also allows for indepth customization of its AnimatedContent through a AnimatedNavDecorator. AnimatedNavDecoration
is the default NavDecoration
used by Circuit.
AnimatedNavDecorator is used by AnimatedNavDecoration as a way to provide hooks into its AnimatedContent, allowing for custom navigation animations.
Represents the type of navigation event that occurred within the context of an AnimatedNavDecoration. This is used to drive transitions and other navigation-related behaviors within the AnimatedNavDecoration.
A state created for the Transition in AnimatedNavDecorator.Decoration.
Defines the animated transitions fo a Screen based on particular AnimatedNavEvents.
A default AnimatedScreenTransform that does nothing.
Represents a partial ContentTransform for animated navigation.
Functions
Converts a ContentTransform to a PartialContentTransform.