css animation动画使用

   日期:2020-08-22     浏览:88    评论:0    
核心提示:分享推荐(配色网址):https://flatuicolors.com/palette/defoanimation语法(简写):animation: name duration timing-function delay iteration-count direction;分开的语法:animation-name:动画名字。animation-duration:动画执行的总时间。animation-timing-function:动画运动曲线。animation-delay:开始的

分享推荐(配色网址):

https://flatuicolors.com/palette/defo

animation语法(简写):

animation: name duration timing-function delay iteration-count direction;

分开的语法:

animation-name:动画名字。
animation-duration:动画执行的总时间。
animation-timing-function:动画运动曲线。
animation-delay:开始的延迟。
animation-iteration-count:动画执行次数。
animation-direction:是否应该轮流反向播放动画。

定义animation动画效果:

第一种:

@keyframes my//动画名字
{
from {background: red;}
to {background: yellow;}
}
第二种:
@keyframes my//动画名字
{
0%{background: red;}
50%{background: yellow;}
75%{background: red;}
100%{background: yellow;}
}

使用:

div
{
	animation:my 5s infinite;
}
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服