提交 60dcbf1a authored 作者: Anix's avatar Anix

精品展渐变色文字加入动画效果

上级 87ec0af6
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
background-image: -webkit-linear-gradient(45deg, #98bcff, #814b02); background-image: -webkit-linear-gradient(45deg, #98bcff, #814b02);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
-webkit-animation: hue6sinfinitelinear; animation: hue 6s infinite linear;
} }
> span { > span {
font-weight: 600; font-weight: 600;
...@@ -187,4 +187,14 @@ export default { ...@@ -187,4 +187,14 @@ export default {
} }
} }
} }
@keyframes hue {
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
}
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论