left and top properties are not animated

后端 未结 2 1474
温柔的废话
温柔的废话 2021-01-26 05:50

In the animation below the transform is animated correctly, but the left and top properties are not. Why is this?

2条回答
  •  既然无缘
    2021-01-26 06:17

    You should copy all the code for every Browser. not just standard.

    so it should contain the following stuff

    -webkit-animation: animationFrames linear 0.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: ;
    

    see in http://jsfiddle.net/KxM68/8/

提交回复
热议问题