简体   繁体   English

jQuery放松插件浏览器兼容性?

[英]Jquery easing plugin browser compatibility?

What is JQuery Easing Plugin 's browser compatibility? JQuery简易插件的浏览器兼容性是什么? Is there any easing plugin with a wide range of browser compatibility? 是否有任何具有广泛浏览器兼容性的宽松插件?

I am thinking on this because I am looking for a CSS3 animate and transform accurate polyfill, any suggestions? 我正在考虑这一点,因为我正在寻找CSS3动画并转换准确的polyfill,有什么建议吗?

The easing plugin is just a set of mathematical functions. 缓动插件只是一组数学函数。

View source . 查看源代码

It is supported by any browser that runs JavaScript. 任何运行JavaScript的浏览器都支持它。


Any browser supported by jQuery will run those easing functions: jQuery支持的任何浏览器都将运行这些缓动功能:

  • 1.x branch: IE6+ 1.x分支:IE6 +
  • 2.x branch: IE9+ 2.x分支:IE9 +

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM