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

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

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