i have this code:
CSS
body { transition: background-color 600ms linear 1s; background-color: #1fb1ff; animation: clr-shift 5s infinite; }