We are using animation transition library from Accompanist, and our transitions last ~300 ms. If we have larger set of data to show on screen, animation is not fluid as I'd like it to be. UI thread holds for brief time before completing transition? How did you guys handle this?