CSS Animations & Transitions Transitions Depart > Fin transition-property transition-duration s/ms transition-timing-function transition-delay Animations @keyframes myAnimation { from { color: blue } 35% { color: green } to { color: red } } ```