Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 295 Bytes

animation_intro.md

File metadata and controls

13 lines (7 loc) · 295 Bytes

CSS3动画

介绍

CSS3的动画包括:2D变形(transform)、3D转换(transition)和动画(animation)

浏览器支持

Internet Explorer 10、Firefox 以及 Opera 支持 transform 属性。

Chrome 和 Safari 需要前缀 -webkit-。

注:Internet Explorer 9 需要前缀 -ms-。