Hello,大家好,今天跟大家聊一下,如何使用css3动画属性来实现惊艳的动画效果。
CSS想必大家都用过,那么你可知道使用CSS还可以实现一些有意思的动画效果?今天就请大家随着我们的课程,一起去领略一番吧!
-
属性一 transition [示例演示]
-
属性二 animation [示例演示,animation动效库]
-
属性三 transform [示例演示]
-
技巧一 animation-delay设置成负值 [示例演示,练习操作]
-
技巧二 设置border颜色 [示例演示,练习操作]
-
技巧三 设置border宽度 [示例演示,练习操作]
-
技巧四 正圆运动 [示例演示]
-
技巧五 椭圆运动 [示例演示]
-
技巧六 弧形运动 [示例演示]
相关资料:
- transition使用细节:https://developer.mozilla.org/zh-CN/docs/CSS/Tutorials/Using_CSS_transitions
- animation使用细节:https://developer.mozilla.org/zh-CN/docs/Web/Guide/CSS/Using_CSS_animations
- 2d变换:http://www.w3cschool.cc/css3/css3-2dtransforms.html
- 3d变换:http://www.w3cschool.cc/css3/css3-3dtransforms.html
- animation-direction是否循环交替反向播放动画 http://www.w3cschool.cc/try/playit.php?f=playcss_animation-direction&preval=reverse