.angry-animate{
-webkit-animation:change-color 4s ease 0s infinite normal;
-moz-animation:change-color 4s ease 0s infinite normal;
-ms-animation:change-color 4s ease 0s infinite normal;
animation:change-color 4s ease 0s infinite normal;
}
@-webkit-keyframes change-color {
0%{ color:green; }
100%{ color:red; }
}
@keyframes change-color {
0%{ color:green; }
100%{ color:red; }
} Spam