我有想要动画的文本。例如,不是悬停,而是不断地从白色慢慢变为红色,然后又变回白色。
到目前为止,这是我的 CSS 代码:
#countText{
color: #eeeeee;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 0px 0px 6px ;
font-size: 210px;
}