Line 1,076: | Line 1,076: | ||
animation-iteration-count:infinite; | animation-iteration-count:infinite; | ||
} | } | ||
− | |||
− | |||
− | |||
@keyframes colorchange { | @keyframes colorchange { | ||
− | + | 0% { background-color: white; } | |
− | + | 25% { background-color: orange; } | |
+ | 50% { background-color: black; } | ||
+ | 75% { background-color: red; } | ||
+ | 100% { background-color: blue; } | ||
} | } | ||
Revision as of 17:24, 30 October 2017