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.
我正在尝试为限制在 x 轴上的拖动创建惯性效果。我知道在此之前有人问过这个问题,但我无法理解答案!
我目前正在使用 startDrag 和 stopDrag。我假设我应该在 startDrag 函数中添加一些东西来捕获用户移动鼠标的速度,但我不确定这是如何完成的。我想我会在 stopDrag 函数中添加一些东西,它会启动并使对象继续以该速度移动,然后停止。
有什么建议么?
我找到了一个很好的在线教程,它有答案。我只是在修改代码。作者甚至有 .fla 文件可供下载。
http://www.quasiuseful.com/?id=11
我有一个如下表:
ID Title StartDate EndDate 1 PromoA 2012-06-01 2012-08-01 2 PromoB 2011-01-01 2011-02-01 3 PromoC 2012-09-01 2012-10-01 4 Pr