
piccalilli_ 📣 New tutorial: “Build a fancy hover animation”
Learn how to use the power of CSS to take any collection of images and make them blend well together with a fancy interactive state.
It’s a proper fun one!
piccalil.li/tutorial/build… pic.twitter.com/6kIYJrUfuc
@DuckDuckGo In case anyone is interested in how FLoC block works, here’s @kdzwinel’s commit: github.com/duckduckgo/duc….
@igarshmyb @w3ctag There are plenty of implementations for Node.js and the browser: npmjs.com/search?q=keywo….
@_boraturan As a Web developer, I would say: yes, this is a good thing. It’s slightly tongue in cheek of course calling this “Get the Android App”, but I like it.
Looks like we’re getting closer to being able to obtain UUIDs directly from a Web platform API:
“`js
const uuid = crypto.randomUUID();
// “52e6953d-edbe-4953-be2e-65ed3836b2f0”
“`
The @w3ctag review was just kicked off: github.com/w3ctag/design-….

agektmr Want to build a biometric authentication UX with WebAuthn? Try it here
webauthn-codelab.glitch.me
You can learn how to build it in a codelab goo.gle/WebAuthnReauth…
It’s now a YouTube content (in Japanese, but with English caption)
youtube.com/watch?v=8ren54… pic.twitter.com/PcB57kFtJA
“Get the Android App” button installs the PWA. That’s next level. I love ♥️ it! ⤵️ twitter.com/steren/status/…
@DotProto Virtual hug đź«‚. Wishing you strength!
@hashseed @TimvdLippe @kennethrohde @TheNix @RasmusHjulskov This reminds me of a recent issue I had: while debugging step-by-step a `showOpenFilePicker()` operation, my user gesture expired (yeah, I’m a slow debugger). Maybe make the grace period infinibugs.chromium.org/p/chromium/iss…
@kennethrohde @_zouhir Mini apps (web.dev/mini-apps/) commonly have a way to detect when the user took a screenshot, e.g., here’s WeChat’s: developers.weixin.qq.com/miniprogram/en…. I haven’t looked at the callback parameter, not sure if it allows the mini app
@simevidas `:parent(levels)` where levels would default to one and let me determine the number of levels I want to go up in the DOM tree.