流光文字代码

导入CSS文件 放到自定义css
在需要使用的标签上加上 class=\”text-style-1\” 属性

流光文字代码插图
高先生笔记

css代码

@keyframes text-style-1 {
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
}
.text-style-1 {
font-size: 30px;
background-image: linear-gradient(to right, red , yellow, green, yellow, red);
background-clip: text;
-webkit-background-clip: text;
background-size: 200% 100%;
color: transparent;
animation: text-style-1 2s infinite linear;
}

© 版权声明
THE END
感觉文章不错请大大点赞分享一下吧
点赞60 分享
评论 抢沙发

请登录后发表评论

图片-未央资源网