jquery ui 可拖动停止时减速
我正在使用 jquery uidraggable 拖动一个 div 。阻力停止后顺利缓解阻力的最佳方法是什么? 假设阻力突然停止。
谢谢
i am using jquery ui draggable do drag a div around. whats the best way to smoothly ease out the drag after the drag stopped?
assuming the drag stopped abruptly.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过缓动实现可拖动对象可能适合您。这是我对上一个线程的回答的简化解决方案,该解决方案更具体:
JQuery 可轻松拖动
HTML:
CSS:
Javascript:
jsFiddle 演示: http://jsfiddle.net/NJwER/26/
Implementing draggables with easing might work for you. This is a simplified solution from my answer to a previous thread, which was more specific:
JQuery draggable with ease
HTML:
CSS:
Javascript:
jsFiddle demo: http://jsfiddle.net/NJwER/26/