Talk on animating the <details>
element with transition-behavior: allow-discrete
, interpolate-size: allow-keywords
, and ::details-content
.
Tag Archives: details
More options for styling <details>
Using <details>
in GitHub
Turns 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 …