CSS 屬性:
animation-direction:

注意: Internet Explorer 9 及更早 IE 版本不支持 animation-direction 屬性。

結果:
CSS 代碼:
#myDIV {
animation-direction:normal;
}
點擊上面的屬性值然后查看效果
w3cschool.cn