Join Slack
Powered by
Is there an example of animating away a list item?...
# compose
p
pardom
10/04/2020, 12:38 AM
Is there an example of animating away a list item? I’m using SwipeToDismiss and it animates the previous item in the list when recovering. Here’s the relevant code:
Untitled.kt
pardom
10/04/2020, 12:38 AM
And a gif
g
gildor
10/04/2020, 3:21 AM
you probably need keys for items
https://developer.android.com/reference/kotlin/androidx/compose/runtime/package-summary#key
👍 1
p
pardom
10/04/2020, 3:25 AM
Ah, thanks! Just what I was looking for.
j
Javier
10/04/2020, 9:49 AM
The examples are broken in that page
g
gildor
10/04/2020, 2:03 PM
Looks that many (all?) samples of compose are broken
j
Javier
10/04/2020, 2:14 PM
cc
@Adam Powell
Open in Slack
Previous
Next