<How can I add an animation to an item when it is ...
# stackoverflow
u
How can I add an animation to an item when it is selected in a LazyRow or Column in Jetpack Conpose? I am trying to make it so that the item in a LazyRow clips to the center of the screen, and if it is in the center is becomes larger while the items next to it return to the original size. Below is an example

https://i.stack.imgur.com/IQh6i.gif