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