css属性中有一个background-clip,用于设置绘图的背景,它的值可以是content-box,padding-box,border-box,text,其中text就是把颜色绘制到文字上,还有一个属性是text-fill-color,它也是设置对象中文字的填充颜色,和color作用一样,它的优先级比color大,还有就是他的兼容性不太好,只适用于谷歌。
//字体颜色渐变 .text{-webkit-background-clip: text; background-clip: text; background-image:linear-gradient(rgb(255,255,0),rgb(0,255,255)); font-size: 20px; width:120px; -webkit-text-fill-color: transparent; } <p class="text">1234567</p>
//颜色渐变+动画效果 text{-webkit-background-clip: text; width: 200%; background-clip: text; background-image:linear-gradient(-45deg,rgb(255,255,0),rgb(0,255,255)); font-size: 20px; width:120px; animation: shine 2s infinite; background-blend-mode: hard-light; background-size: 200%; color: white; -webkit-text-fill-color: transparent; } @keyframes shine { from { background-position: 100%; } to { background-position: 0; } } <p class="text">1234567</p>
上面是“css属性background-clip实现渐变颜色+动画效果”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_2088.html
workflows工作流
- 在森林中心有一座蛇形的房子ComfyUI工作流
- 乒乓卡通3d人物
- 一个威武雄壮的战士ComfyUI工作流
- 一个港口配备了小型船只、起重机、集装箱和码头
- 一棵树从鸟笼里长出来的梦幻般场景
- 一轮月亮悬挂在树上的天空中ComfyUI工作流
- 水晶玉雕巨龙ComfyUI工作流
- 一辆在泥潭中奔跑的布加迪ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!