Advanced CSS Animations with the linear() Easing Function
You can apply animated effects in CSS using:
animations to animate one or more styles over a period, and
transitions to animate one or more styles between two states, e.g. hovered and non-hovered.
Each requires an easing function to calculate the c...
blog.craigbuckler.com7 min read