Reading List
- Defensive CSS
Ahmad Shadeed
•
7 Dec 2021
A list of defensive CSS techniques to avoid potential future issues
- Cubic Bézier: from math to motion
A deep dive into the math behind Bézier curves, from simple linear interpolations to Cubic Bézier and how they are used to describe motion. This article introduces the concepts underneath cubic-bezier and easing timing functions that are used in CSS and Framer Motion transitions through easy-to-unde…