transition: all 0.3s ease-in-out;
button { transition: background-color 0.5s ease; } button:hover { background-color: red; }