Quick CSS Transition Explainer

Austin Crim - Jun 30 '20 - - Dev Community

CSS transitions are easy to use and really add that final touch of polish to a UI. I love transitions and they make a site look more professional when used correctly. They were a little confusing at first for me, so I decided to whip up a quick CodePen showing how transitions are written.

Transitions are used to smoothly transition from one style to another. Here's an example using a button with hover and active states.

Thanks for reading!

. . . . . . . . . .