97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里
Discuz! 官方交流社區(qū)
標(biāo)題:
html文字掃光特效
[打印本頁(yè)]
作者:
gzwnzss888
時(shí)間:
2022-10-3 12:03
標(biāo)題:
html文字掃光特效
HTML內(nèi):
<div class="music-title">你的文字內(nèi)容</div>
復(fù)制代碼
CSS:
<style scoped>
.music-title{
color: #040404;
background-image: -webkit-linear-gradient(left,
#FEFDFC,
#070707 25%,
#070707 50%,
#070707 75%,
#070707 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-background-size: 150% 100%;
-webkit-animation: masked-animation 5s infinite linear;
}
@-webkit-keyframes masked-animation {
0% {
background-position: 0 0;
}
100% {
background-position: -100% 0;
}
}
</style>
復(fù)制代碼
歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/)
Powered by Discuz! X5.0