We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef4840 commit 261af0dCopy full SHA for 261af0d
README.md
@@ -27,7 +27,7 @@ What you can create from Material 3 components right now;
27
val animatableCardState = rememberAnimatableCardState(
28
initialSize = DpSize(80.dp, 80.dp),
29
targetSize = DpSize(Dp.Infinity, 120.dp),
30
- toTargetSizeAnimationSpec = tween(500, 500), // add delay(500) for target
+ toTargetSizeAnimationSpec = tween(500, 500), // specify delay(500) for target
31
initialShape = RoundedCornerShape(32.dp),
32
targetShape = RoundedCornerShape(0.dp),
33
toTargetShapeAnimationSpec = tween(500, 500),
0 commit comments