Raindrop.io Bookmarks 01/04/2025
著
- SmolCSS
"Minimal snippets for modern CSS layouts and components"
- Context Chips in Survey Design: "Okay, but how does it feel?" • Lea Verou
"As we had observed in the user study as well, participants were far more likely to express positive rather than negative sentiment (possibly a case of acquiescence bias)."
- The Times You Need A Custom @property Instead Of A CSS Variable -- Smashing Magazine
"Standard variables are excellent placeholders for more maintainable code (and a few fancy tricks of their own) but when you find yourself needing to update one value in a property that supports multiple values -- such as colors in a gradient -- the @property at-rule is where it's at because it lets us define variables with a custom specification that sets the variable's syntax, initial value, and inheritance behavior."
- Web Performance Calendar » Using DevTools to Validate Web Performance Improvements
"One tool I find particularly useful for performance analysis is Overrides, "hidden" in the Sources tab."
- IAC 2025 Theme - IAC 2025 in Sydney, Australia - 29.SEP - 03.OCT
"'Sustainable Space : Resilient Earth', the guiding theme of IAC 2025 Sydney, explores the essential connection between space innovation and sustainability, focusing on three central areas: space-based applications for Earth; sustainable space activities; and sustaining life beyond Earth."
- Some Things About Keyframes
"This is a quick post pointing out some other minor particulars: 1. Duplicate keyframe properties 2. The order of keyframe rules 3. Custom timing function (easing) values at specific keyframes"