码迷,mamicode.com
首页 > 其他好文 > 详细

让文字发出炫酷的光效果

时间:2018-01-22 16:08:30      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:range   round   inf   fill   init   gradient   infinite   文字   bsp   

.colorful {
/* -webkit-mask-image: linear-gradient(to right, red, orange, yellow, green, cyan, blue, purple); */
background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-size: 200% 100%;
animation: bgp 5s infinite linear;
}

@keyframes bgp{
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
}

技术分享图片

 

让文字发出炫酷的光效果

标签:range   round   inf   fill   init   gradient   infinite   文字   bsp   

原文地址:https://www.cnblogs.com/qq735675958/p/8329190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!