Package-level declarations
Types
CSS animation timing functions.
CSS animation transition parameters.
Motion animation parameters.
Motion animation easing functions.
Motion animation transition parameters.
Motion animation repeat types.
Animation transition types.
Functions
The animatedVisibility composable animates the appearance and disappearance of its content, as visible value changes. Different in/out animations can be specified using transition and outTransition. The function uses CSS animations to animate the visibility of the content.
The motionAnimatedVisibility composable animates the appearance and disappearance of its content, as visible value changes. Different in/out animations can be specified using transition and outTransition. The function uses Motion animations to animate the visibility of the content.