Skip to content

Commit d494633

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1171789 + 9d0be83 commit d494633

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@ 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),
160-
toTargetAlphaAnimationSpec = tween(500, 500),
161160
initialOffset = DpOffset(0.dp, 0.dp),
162161
targetOffset = DpOffset(0.dp, - Dp.Infinity),
163162
toInitialOffsetAnimationSpec = tween(500, 500),

0 commit comments

Comments
 (0)