Animating a DIV with JavaScript renders artifacts on Chrome

前端 未结 3 1445
逝去的感伤
逝去的感伤 2021-02-01 07:52

As an experiment, I am trying to replicate the Sprite functionality of AS3 in JavaScript without using the canvas object. I thought that using absolutely positioned divs and man

3条回答
  •  甜味超标
    2021-02-01 08:26

    I had the same problem with my liteAccordion plugin. It can be fixed by setting the backface visibility to hidden on the element you're animating, as you can see here: http://jsfiddle.net/ZPQBp/1/

提交回复
热议问题