Category
Motion
-
Springs and bounces in native CSS
Overshooting, spring-like motion in pure CSS is here. How the linear() easing function reproduces bounce and oscillation, where the numbers come from, and when to use it.
-
The big gotcha with @starting-style
@starting-style gives you CSS entry animations, but the exit vanishes because display: none snaps. The two-line fix with allow-discrete and overlay, explained.

