animateInt

fun animateInt(transitionSpec: @Composable Transition.Segment<ShareState>.() -> FiniteAnimationSpec<Int> = { spring(visibilityThreshold = Int.VisibilityThreshold) }): ShareAnimBody<Int>