Skip to content

Commit 261af0d

Browse files
authored
Update README.md
1 parent 8ef4840 commit 261af0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ What you can create from Material 3 components right now;
2727
val animatableCardState = rememberAnimatableCardState(
2828
initialSize = DpSize(80.dp, 80.dp),
2929
targetSize = DpSize(Dp.Infinity, 120.dp),
30-
toTargetSizeAnimationSpec = tween(500, 500), // add delay(500) for target
30+
toTargetSizeAnimationSpec = tween(500, 500), // specify delay(500) for target
3131
initialShape = RoundedCornerShape(32.dp),
3232
targetShape = RoundedCornerShape(0.dp),
3333
toTargetShapeAnimationSpec = tween(500, 500),

0 commit comments

Comments
 (0)