-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement list animation on TimetableTime and timetable items of FavoriteList. #824
Conversation
Thank you for your pull request! |
Detekt check failed. Please run |
I have implemented it. However, the height of the TimetableTime was off or there were unwanted spaces in the list. I could not solve it. |
@hiesiea Thank you. Could I have a movie for it? Also, please correct the formatting errors. |
This way. after2.mp4 |
I think it is my fault, but the architecture of the item layout is not well-suited for animation 😇. I believe it is important to maintain consistency in animation. 🙇 |
Thanks. I want to create an animation similar to the default animation of a LazyColumn. Currently, our LazyColumn has items grouped together, resulting in a different animation than intended. I envision an animation where, when an item disappears, the next item smoothly slides up from below. |
Sorry, but may I be removed from the assignment as it is too difficult for me? |
Sorry, I think it's my fault. However, I believe that animation consistency is important. |
Issue
Overview (Required)
Links
Movie (Optional)
before.mp4
after.mp4