1、声明:@keyframes name{ };
2、涉及到的属性
animation-name:动画名称
animation-duration:单次动画总时长
animation-timing-function:时间函数
animation-delay:播放前延时的时长
animation-iteration-count:播放次数 (特殊值:infinite 循环播放)
animation-direction:播放顺序(normal:正常播放 alternate:轮流反向播放)
3、简写animation:namedurationtiming-functiondelayiteration-countdirectionfill-mode;
4、例子:
<style&g番茄酱炒年糕的做法t; @keyframes cart { from { left: 0; top: 0; border-radius: 0; } 20% { left: 200px; top: 500px; transform: rotatez(720deg); 青年人创业网 } 40% { left: 400px; top: 0; qq唯美网名 感悟人生 border-radius: 50px; } 60% { top: 500px; 那些风花雪月 left: 600px; border-radius: 50%; } 80% { top: 0px; left: 800px; border-radius: 50px; } to { left: 0; top: 0; } } .z { height: 150px; width: 150px; position: relative; background-color: blue; animation: cart 10s linear 2s infinite alternate; transition: all 2s; } </style></head><body> <div class="z"> </div>
得到的效果:
本文发布于:2023-04-07 05:28:15,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/a1d297120f35e83fd1eb419bcee668bc.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:css复杂动画(animation属性).doc
本文 PDF 下载地址:css复杂动画(animation属性).pdf
留言与评论(共有 0 条评论) |