久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區(qū)
標(biāo)題:
html文字掃光特效
[打印本頁]
作者:
gzwnzss888
時間:
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://www.9999xn.com/)
Powered by Discuz! W1.0