Jquery 动画缓动
快速问题:如何在没有任何缓动参数的情况下调用 jQuery 的 animate()
?例如,没有任何影响。
干杯!
Quick question : how do I call jQuery's animate()
without any easing parameters? e.g. without any effects.
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
编写
从 jQuery API
Write
Extract from jQuery API:
只需忽略缓动参数即可。
Just leave out the easing parameters.
取自文档:
你只是不写缓动参数
Taken from the documentation:
you just don't write the easing parameter