💭 Animate to height: auto; (and other intrinsic sizing keywords)...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

!https://developer.chrome.com/docs/css-ui/animate-to-height-auto/

Date: January 9, 2025

Image: Animate to height: auto; (and other intrinsic sizing keywords) in CSS | CSS and UI | Chrome for Developers — Animate to and from intrinsic sizing keywords with `interpolate-size` and `calc-size()` <https://developer.chrome.com/static/docs/css-ui/animate-to-height-auto/image/animate-to-height-auto.png> Animate to height: auto; (and other intrinsic sizing keywords) in CSS | CSS and UI | Chrome for Developers Animate to and from intrinsic sizing keywords with `interpolate-size` and `calc-size()` Chrome for Developers · developer.chrome.com

Css is getting so good, new things like interpolate-size are making things that use to require some deep expertise and hacks intuitive and easy.

[38;2;248;248;242m[code][0m
  /* Opt-in the whole page to interpolate sizes to/from keywords */
  :root {
      interpolate-size: allow-keywords; /* 👈 */
  }

[38;2;68;71;90mNOTE[0m
[38;2;68;71;90m│ [0mThis post is a [4m[38;2;248;248;242mthought[0m <[38;2;248;248;242m/thoughts/[0m>. It’s a short note that I make about someone else’s content online #thoughts
