带有动画的字体
Posted fuzitu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带有动画的字体相关的知识,希望对你有一定的参考价值。
.textShadowChange { animation: bilingbiling 2s ease infinite alternate; } @keyframes bilingbiling { from { text-shadow: 0 0 1px white, 0 0 2px white, 0 0 4px pink, 0 0 8px pink; } to { text-shadow: 0 0 5px white, 0 0 10px white, 0 0 18px red, 0 0 20px red; } }
以上是关于带有动画的字体的主要内容,如果未能解决你的问题,请参考以下文章