如何检测 jQuery 中可用的缓动?
我正在编写一个插件,我需要检测缓动是否可用,因为引用不会导致插件失败的缓动。
如果不存在缓动,我将回退到 swing
。
那么,我该如何解决这个问题呢?
I am writing a plugin and I need to detect if an easing is avaiable, as referencing one which isn't causes the plugin to fail.
If the easing isn't present, I'm going to fallback to swing
.
So, how can I figure this out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery.easing
有它们。例子
jQuery.easing
has them.Example