Jetpack Compose List Reorder Animation

이태훈·2022년 1월 7일
0

안녕하세요.. Jetpack Compose에서 기본적으로 제공하는 list animation이 없어 제가 맹글어본 애니메이션을 보여드리려고 합니다..

Drag & Drop과 Swipe 액션 및 아이템 삭제 및 추가 됐을 때 애니메이션입니다.

기본적으로 Drag & Drop은 LazyListState를 이용하여 구현하였구요.. 삭제 및 추가됐을 때의 애니메이션은 AnimatedVisibility에다가 DiffUtil을 적용시켰습니다..

필요하신 분들은 맛깔나게 써주시기 바랍니다..

https://github.com/TaehoonLeee/compose-list-animations


References

https://gist.github.com/surajsau/f5342f443352195208029e98b0ee39f3

https://github.com/davidliu/LazyColumnItemDiffAnimations

profile
https://www.linkedin.com/in/%ED%83%9C%ED%9B%88-%EC%9D%B4-7b9563237

1개의 댓글

comment-user-thumbnail
2024년 3월 7일

맛깔나게 쓰고 싶었는데 not found 뜨네요 ㅠㅠ

답글 달기