Firefox 149, like Chrome 133, ships popover=hint, which closes all but auto popovers.
Generative UI Notes
Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences.
Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences.
Powered by
DigitalOcean
The new CSS corner-shape() property is mathematical, so it’s easily animated. Author Daniel Schwarz pokes at animating the property for interesting UI effects.
Mat Marquis and Andy Bell have released JavaScript for Everyone, an online course offered exclusively at Piccalilli. This post is an excerpt from the course taken specifically from a chapter all about JavaScript destructuring.
For this issue we have random(), folded clip-path corners, anchored container queries, customizable select, scroll-triggered animations, and more.
Tailwind is really great for making layouts and there are many reasons why. Zell Liew looks at four specific examples of common use cases.
Let’s go over a few demos using the new customizable <select> feature that may be wild, but also give us a great chance to learn new things in CSS.
Firefox 149, like Chrome 133, ships popover=hint, which closes all but auto popovers.
#
Firefox 149 and Safari 26.4 now allow for querying the @container name only.
#
Christian Alder’s sibling-index() color shades one-liner.
#
Bramus notes that background-image will soon support the light-dark() function.
#
.element { animation-timeline: view(); }
.element { view-timeline-axis: x; /* horizontal axis */ }
.element { view-timeline-inset: 200px 20%; }
.element { animation-timeline: scroll(); }
.scroll-container { scroll-timeline-axis: x; }
.element { scroll-timeline-name: --scroller; }
.common-ancestor { timeline-scope: --my-timeline; }
.element { animation-range: cover; }