
Talk on animating the <details>
element with transition-behavior: allow-discrete
, interpolate-size: allow-keywords
, and ::details-content
.
A rather geeky/technical weblog, est. 2001, by Bramus
<details>
<details>
in GitHubTurns out you an use the <details> element in GitHub: <details> <summary>Summary Goes Here</summary> …this is hidden, collapsable content… </details> Handy if you have a rather big stack trace that might make your comment a tad too cluttered: Going into the rabbit hole it looks like support for this tag was initially requested back in …