We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3512558 commit 9d0be83Copy full SHA for 9d0be83
1 file changed
README.md
@@ -153,7 +153,7 @@ Box(
153
val animatableCardState = rememberAnimatableCardState(
154
initialSize = DpSize(80.dp, 80.dp),
155
targetSize = DpSize(Dp.Infinity, 120.dp),
156
- toTargetSizeAnimationSpec = tween(500, 500),
+ toTargetSizeAnimationSpec = tween(500, 500), // add delay(500) for target
157
initialShape = RoundedCornerShape(32.dp),
158
targetShape = RoundedCornerShape(0.dp),
159
toTargetShapeAnimationSpec = tween(500, 500),
0 commit comments