CSS transitions
CSS transitions allows you to change property values smoothly, over a given duration. nstead of having property changes take effect immediately, you can cause the changes in a property to take place over a period of time.
Example
Properties you can edit are:
transition-duration
transition-property
transition-timing-function
transition-delay
References
Last updated
Was this helpful?