Skip to content

Commit 3512558

Browse files
authored
Update README.md
1 parent 5397b3a commit 3512558

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ val animatableCardState = rememberAnimatableCardState(
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)