-
Animatable
This Animatable function creates a Color value holder that automatically animates its value when the value is changed via animateTo.
-
expandHorizontally
This expands the clip bounds of the appearing content horizontally, from the width returned from initialWidth to the full width.
-
expandIn
This expands the clip bounds of the appearing content from the size returned from initialSize to the full size.
-
expandVertically
This expands the clip bounds of the appearing content vertically, from the height returned from initialHeight to the full height.
-
fadeIn
This fades in the content of the transition, from the specified starting alpha (i.
-
fadeOut
This fades out the content of the transition, from full opacity to the specified target alpha (i.
-
scaleIn
This scales the content as it appears, from an initial scale (defined in initialScale) to 1f.
-
scaleOut
This scales the content of the exit transition, from 1f to the target scale defined in targetScale.
-
shrinkHorizontally
This shrinks the clip bounds of the disappearing content horizontally, from the full width to the width returned from targetWidth.
-
shrinkOut
This shrinks the clip bounds of the disappearing content from the full size to the size returned from targetSize.
-
shrinkVertically
This shrinks the clip bounds of the disappearing content vertically, from the full height to the height returned from targetHeight.
-
SizeTransform
This creates a SizeTransform with the provided clip and sizeAnimationSpec.
-
slideIn
This slides in the content of the transition, from a starting offset defined in initialOffset to `IntOffset(0, 0)`.
-
slideInHorizontally
This slides in the content horizontally, from a starting offset defined in initialOffsetX to `0` **pixels**.
-
slideInVertically
This slides in the content vertically, from a starting offset defined in initialOffsetY to `0` in **pixels**.
-
slideOut
This slides out the content of the transition, from an offset of `IntOffset(0, 0)` to the target offset defined in targetOffset.
-
slideOutHorizontally
This slides out the content horizontally, from 0 to a target offset defined in targetOffsetX in **pixels**.
-
slideOutVertically
This slides out the content vertically, from 0 to a target offset defined in targetOffsetY in **pixels**.
- splineBasedDecay
-
splineBasedDecayDeprecated
Creates a DecayAnimationSpec using the native Android fling decay.
-
togetherWith
This creates a ContentTransform using the provided EnterTransition and exit, where the enter and exit transition will be running simultaneously.
-
unveilIn
This animates an unveiling scrim over the content as it enters.
-
veilOut
This animates a veiling scrim over the content as it exits.
- with
Compose Animation
Jetpack Compose API reference for animation.