August 14, 2026
v2026.08.14
Fixed the mobile menu button's animation to match the original exactly
The hamburger icon's animation into an X used a slightly different easing curve and bar width than the site's previous mobile menu button. Now it matches exactly.
Prism's rebuilt mobile menu button was meant to reproduce the previous site's hamburger-to-X animation exactly, and looked right at a glance, but a direct side-by-side comparison turned up two small, real differences: the animation used a different easing curve than the one it was meant to match (same name, different math: a common mix-up between a design-system utility and the literal CSS keyword it's named after), and the bars themselves were about 9% wider than the original icon.
Both are corrected now, matching the original hamburger icon's exact geometry and motion.