CSS Transitions and Transforms
Introduction to CSS Transitions CSS transitions allow you to change property values smoothly (over a given duration) instead of instantly. Key Transition Properties: transition-property: Specifies the name of the CSS property to which the transition...