UID1
威望22
建筑币830
热心值4
贡献值3
进步值0
注册时间2017-7-24
- 打卡等级:偶尔看看
- 打卡总天数:11
- 打卡月天数:1
- 打卡总奖励:242
- 最近打卡:2025-01-28 03:07:21
管理员
|
HTML内:
- <div class="music-title">你的文字内容</div>
复制代码 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>
复制代码
|
|