Skip to content

Commit

Permalink
Update gallery animate item (#1358)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Nov 26, 2024
1 parent 97c20fd commit 7c5447b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ internal fun GalleryGrid(
item = item,
onSelect = { onSelect(index) },
onExpand = { onExpand(index) },
modifier = Modifier.animateItemPlacement(),
modifier = Modifier.animateItem(),
isSelecting = isSelecting,
)
}
Expand Down

0 comments on commit 7c5447b

Please sign in to comment.