Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
commandiron authored Oct 31, 2022
1 parent 95462ac commit 749e878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,12 @@ Box(
) {
AnimatableCard(
modifier = Modifier.size(100.dp),
state = sharedAnimatableState
state = sharedAnimatableState // pass shared state
) {
Box(Modifier.fillMaxSize(), Alignment.Center) {
AnimatableText(
text = "Animatable",
state = sharedAnimatableState
state = sharedAnimatableState // pass shared state
)
}
}
Expand Down

0 comments on commit 749e878

Please sign in to comment.