反正有没有停止滚动?例如,我想让用户在触摸按钮时返回到特定位置。到目前为止,我的方法是:
// scroll to the top
e.view.scroller.reset();
// scroll to the destination offset
e.view.scroller.scrollTo(0, targetOffset);
问题是,如果滚动条之前在滚动,它会在 targetOffset 之后继续滚动,直到它的速度为 0。
有人可以帮助我首先停止滚动条的速度吗?
我正在使用 JQuery 1.9.1 和 2013 年第一季度发布的 Kendo Mobile