Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道像iOS照片应用程序这样滚动项目的技术名称,例如,当用户以多快或多长时间滚动他/她的鼠标滚轮时被认为是一个滚动动作,然后转换到另一个部分网页。
它被称为动力学或动量滚动。
它不适用于鼠标滚轮,因为旧版 Microsoft Windows 鼠标滚轮是数字的,并且不提供所需的模拟输入以使操作流畅。在 OSX 上,Magic Mouse 上有模拟鼠标滚轮,但这并没有映射到 Javascript API。
但是,对于拖放,您可以使用以下内容:
http://the-taylors.org/jquery.kinetic/