https://piccalil.li/blog/the-end-of-responsive-images/
The End of Responsive Images â Mat, former chair of the Responsive Images Community Group, reflects on 14 years of srcset/sizes headaches, admitting he hates the sizes syntax he championed. Relief is in sight: the new cross-browser sizes="auto" (now in Firefox 150, too) sizes lazy-loaded images automatically.
4 months ago
https://www.joshwcomeau.com/animation/scroll-driven-animations/
Scroll-Driven Animations â Josh has been experimenting with the 'majestic' new Animation Timeline API. Here he shows us how it works (complete with demos and code), gotchas to be aware of, and some of the more advanced things we can do with it. âhonestly, itâs so goodâ.
4 months ago
https://nik.digital/posts/compositing-blending
Compositing & Blending â A fascinating look at what both compositing and blending are, whatâs going on under the hood when you apply blend modes in CSS, and how to approach their use.
4 months ago
https://css-tricks.com/recreating-apples-vision-pro-animation-in-css/
Recreating Appleâs Vision Pro Animation in CSS â Appleâs site is filled with delightful animation touches, and here John attempts to recreate such an effect with CSSâs scrolling animation capabilities.
#animation
4 months ago
https://css-tricks.com/using-nonexistent-nth-letter-selector-now/
Letâs Use the Nonexistent ::nth-letter Selector Now â Explains the long-standing absence of the ::nth-letter selector in CSS and presents a functional âimpossibleâ polyfill to actually implement it today.
#pseudo elements
4 months ago
https://frontendmasters.com/blog/constructable-stylesheets-and-adoptedstylesheets-one-parse-every-shadow-root/
Constructable Stylesheets and adoptedStyleSheets: One Parse, Every Shadow Root â A technical guide looking at creating CSSStyleSheet objects directly in JavaScript and attaching them to Shadow DOM, eliminating redundant <style> tags and parsing CSS only once per component class. Likely a meaningful architectural win for any app leaning on Web Components.
4 months ago
https://franktisellano.github.io/datatype/
đ Datatype: A Variable Font That Turns Text Into Charts â A variable OpenType font that displays inline charts (bar, pie, sparklines) without the need for JavaScript or images. The page shows how it works in context.
4 months ago
https://eu1.hubs.ly/H0tzrSF0
Handsontable: Stop Building Data Grids from Scratch â 45-day trial with full feature access and direct support â so your team builds, not just evaluates.
4 months ago
https://github.com/vercel-labs/portless
portless: Replace Port Numbers with Stable, Named Local URLs â Something like localhost:3000 becomes myapp.localhost, useful for local development for both humans and AI.
4 months ago
https://animata.design/
Animata: A Suite of Animation-Focused React Components â A huge suite of animation-focused components including animated beams, spreading cards, a Slack-style intro screen, and glitching text. A novel set of visual concepts you wonât find in most collections.
#animation
#interactive
#shadcn ui
#next.js
#react
#tailwind css
4 months ago
https://github.com/GoogleChromeLabs/view-transitions-mock
View Transitions Mock: A Non-Visual Polyfill for View Transitions â A JS implementation of Same-Document View Transitions, minus the visual bits. Write one code path for all browsers: supporting ones get transitions, non-supporting ones get a DOM swap, but the promises and API behave the same.
4 months ago