Is there any way to slow down the animation speed of
LazyListState.animateScrollToItem
? I noticed that
ScrollableState.animateScrollBy
accepts an
animationSpec
but
animateScrollToItem
does not
r
Rebecca Franks
08/02/2022, 6:57 PM
Unfortunately its working as intended - there is more info on this bug - https://issuetracker.google.com/218542111 feel free to comment if the workaround doesn't work for you.
c
Chuck Stein
08/03/2022, 3:18 PM
darn, would be nice to at least have the option to slow it down
Chuck Stein
08/03/2022, 3:29 PM
thanks for linking me the issue tracker, I added a comment