Reduce speed of smooth scroll in scroll view
问题 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 and user is not understanding what happened.Please help me reduce smooth-scroll speed? 回答1: Here is a solution with a timer which uses scrollTo but you can also use scrollBy Android: HorizontalScrollView smoothScroll animation time 回答2: The simple answer is just to replace scrollView.smoothScrollTo(0, scrollTo); with