android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.05k stars 332 forks source link

TvLazyRow/TvLazyColumn scrolling issue #118

Closed dogancankilic closed 11 months ago

dogancankilic commented 1 year ago

https://github.com/android/tv-samples/assets/43243372/fe1d34ed-6f94-46f9-ba0d-42ffefff2cff

Upon scrolling horizontally using TvLazyRow or vertically using TvLazyColumn, the items won’t snap into place immediately. There’s always an animation before snapping the items into place. This animation shows itself as a jumping action or a laggy behavior. Is there a way to deactivate this animation? Or, can the animation and snapping of items into place occur smoothly?

vighnesh153 commented 1 year ago

IssueTracker bug: https://issuetracker.google.com/issues/285746919

chikoski commented 11 months ago

@dogancankilic I believe the animation performance is improved with the latest commit, and it shows less laggy behavior. Let me close this issue for now. Feel free to re-open when you find the screen shows laggy behavior.