Reduce speed of smooth scroll in scroll view

后端 未结 5 1029
栀梦
栀梦 2021-02-03 19:44

I have a scroll View. I performed smooth-scroll.using smoothScrollBy().It all works fine, but I want to change the duration of the smooth-scroll. Smooth-scroll happens very fast

5条回答
  •  后悔当初
    2021-02-03 20:04

    Here is a solution with a timer which uses scrollTo but you can also use scrollBy Android: HorizontalScrollView smoothScroll animation time

提交回复
热议问题