【问题标题】:Animations performance in internet explorer 7Internet Explorer 7 中的动画性能
【发布时间】:2020-02-01 19:55:38
【问题描述】:

我正在维护在 Internet Explorer 7 上运行的旧代码,但在旧硬件上存在性能问题。

IE7 不支持 Css 动画,我尝试了 jquery animate 但结果很糟糕,我尝试用 Velocity.js 替换主题,我看到了一些小的性能提升,但仍然不够。

containerReference
  .delay(3000)
  .velocity({
    top: '25px'
  }, {
    'easing': 'linear',
    'duration': 1600
  })
;

知道如何提高性能吗?

你知道任何可以提供帮助的小型编译框架吗(也许是 sveltJS)?

【问题讨论】:

    标签: javascript internet-explorer-7 svelte velocity.js


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-06-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-11
      • 2017-01-28
      • 1970-01-01
      相关资源
      最近更新 更多