Skip to content

Commit 9d0be83

Browse files
authored
Update README.md
1 parent 3512558 commit 9d0be83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Box(
153153
val animatableCardState = rememberAnimatableCardState(
154154
initialSize = DpSize(80.dp, 80.dp),
155155
targetSize = DpSize(Dp.Infinity, 120.dp),
156-
toTargetSizeAnimationSpec = tween(500, 500),
156+
toTargetSizeAnimationSpec = tween(500, 500), // add delay(500) for target
157157
initialShape = RoundedCornerShape(32.dp),
158158
targetShape = RoundedCornerShape(0.dp),
159159
toTargetShapeAnimationSpec = tween(500, 500),

0 commit comments

Comments
 (0)