Is there any way to slow down the animation speed ...
# compose
c
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
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
darn, would be nice to at least have the option to slow it down
thanks for linking me the issue tracker, I added a comment
179 Views