在Chrome中设置anime.js动画时,悬停效果不起作用

我正在使用anime.js 3.1.0为页面上的一些元素设置动画。这是一个循环的动画。一切正常,但我所有的CSS悬停效果都无法在Chrome中正常工作。在我所有其他浏览器FF和Safari上,一切正常。有人知道这个问题有什么解决办法吗?

这是我的js代码:

anime({
        targets: [ ' .hand .joint-header__outer-circle','.hand .joint-header__inner-circle' ],scale: 0.8,direction: 'alternate',loop: true,easing: 'easeinoutQuad',});

      anime({
        targets: [ ' .foot .joint-header__outer-circle','.foot .joint-header__inner-circle' ],delay: '120'
      });
rainbb520 回答:在Chrome中设置anime.js动画时,悬停效果不起作用

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2986632.html

大家都在问