AnimatedSpacingColumnAnimation
constructor(animationSpec: FiniteAnimationSpec<Float> = spring(), fade: Boolean = true, expandFrom: Alignment.Vertical = Alignment.Top, shrinkTowards: Alignment.Vertical = Alignment.Top)
Parameters
animationSpec
animation used for the presence progress that drives structural sizing, spacing, and fade.
fade
whether to apply that progress as alpha in addition to structural clipping.
expandFrom
alignment from which content is structurally revealed while entering.
shrinkTowards
alignment towards which content structurally collapses while exiting.