How is this fast sliding button realized?

clipboard.png
ScrollView and SeekBar?
so how do you map SeekBar to ScrollView?

Apr.11,2021

customize one and then js acquires the sliding distance to scroll the page distance for reference only.


the idea is to customize scrollview and seekbar, to rewrite the onScrollChanged method, call seekBar.setProgress (y/scrollableheiht 100), rewrite the onProgressChanged method of seekbar, and call scrollView.scrollTo (0, progress scrollableheiht)

.
Menu