我有我想要動畫的文字。例如,不是懸停,而是不斷地從白色變爲紅色,然後再變回白色。使用CSS3文字顏色變化的循環動畫
這是到目前爲止我的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;
}
看看https://開頭開發er.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_animations – Musa
非常感謝。這麼好的來源。 –
@Alex Jj當值爲'0'時,您可以擺脫'px'或任何單位。你總結了一些大的CSS文件值得它的字節。當數字值爲0時導致'0'。 –