Animation in CSS
Transitions
transition-property: The name of the CSS property to transition.
transition-duration: How long the transition should take.
transition-timing-function: How the transition should progress. This can take a variety of keyword values, such ...
jeevanhenrydsouza.hashnode.dev2 min read