Transitions animate style changes between states.
transition: transform 0.2s ease; on .btn..btn:hover { transform: translateY(-2px); }.transition: background-color 0.2s ease; on .btn.Set transition on base state and changed property on :hover.