-
AnimatedContentScope
Receiver scope for content lambda for AnimatedContent.
-
AnimatedContentTransitionScope
AnimatedContentTransitionScope provides functions that are convenient and only applicable in the context of AnimatedContent, such as slideIntoContainer and slideOutOfContainer.
-
AnimatedVisibilityScope
This is the scope for the content of AnimatedVisibility.
-
BoundsTransform
BoundsTransform defines the animation spec used to animate from initial bounds to the target bounds.
-
SharedTransitionScope
SharedTransitionScope provides a coordinator space in which shared elements/ shared bounds (when matched) will transform their bounds from one to another.
-
SharedTransitionScope.OverlayClip
OverlayClip defines a specific clipping that should be applied to a sharedBounds or sharedElement in the overlay.
-
SharedTransitionScope.PlaceholderSize
PlaceholderSize defines the size of the space that was or will be occupied by the exiting or entering sharedElement/sharedBounds.
-
SharedTransitionScope.ResizeMode
There are two different modes to resize child layout of sharedBounds during bounds transform: 1) scaleToBounds and 2) RemeasureToBounds.
-
SharedTransitionScope.SharedContentConfig
SharedContentConfig allows a shared element to be disabled or enabled dynamically through isEnabled property.
-
SizeTransform
SizeTransform defines how to transform from one size to another when the size of the content changes.
Last updated: