div{font-size:100px;-webkit-animation: myfirst .1s linear .1s infinite alternate;;} @-webkit-keyframes myfirst /* Safari 和 Chrome */ { 0% {color: red;} 100% {color: #00FF5C;} }