.animation-for-screen-casting{background-color:red;animation-name:example;animation-duration:.5s;animation-iteration-count:infinite}@keyframes example{0%{background-color:red}10%{background-color:purple}25%{background-color:#ff0}50%{background-color:#00f}75%{background-color:orange}to{background-color:green}}
