animateDraggeableItemPlacement

fun Modifier.animateDraggeableItemPlacement(animationSpec: FiniteAnimationSpec<IntOffset> = spring( stiffness = Spring.StiffnessMediumLow, visibilityThreshold = IntOffset.VisibilityThreshold )): Modifier

LazyGridItemScope.Modifier.animateItemPlacement is missing from LazyStaggeredGridItemScope Replace this when added to the compose library.

Parameters

animationSpec

a finite animation that will be used to animate the item placement.