Bram.us
フィード
Experiment: Automatically trigger a View Transition when a JavaScript Property of an Element changes
Bram.us
Tricking a MutationObserver into observing changes to IDL attributes by syncing the IDL attributes to their Content Attribute counterparts.
5日前
Misconceptions about View Transitions
Bram.us
Post I wrote a while ago for Chrome for Developers, about some misconceptions about View Transitions that are making rounds.
6日前
Animatable Accordions (2024.11.27 @ devs.gent)
Bram.us
Talk on animating the <details> element with transition-behavior: allow-discrete , interpolate-size: allow-keywords, and ::details-content.
6日前
The Future of CSS: Construct <custom-ident> and <dashed-ident> values with ident()
Bram.us
Uniquely name a bunch elements in CSS in one go! Instead of assigning 100 unique names through 100 declarations, write only 1 and use ident() to construct the names.
12日前
Re-imagine the web with View Transitions
Bram.us
Video from Chrome’s 2024 EOY campaign, highlighting View Transitions. I made sure the code snippets and animations that you see where Technically Correct™ + coded up a POC for this one (link to demo included).
14日前
Spot Non-Composited Animations in Chrome DevTools
Bram.us
The animations track of a performance trace can now tell you why an animation was not composited.
21日前
CSS Wrapped 2024
Bram.us
Chrome and CSS in 2024 journeyed through the forest, over the mountains, and across the seas…
25日前
Re-imagine the web with Scroll-Driven Animations
Bram.us
Video from Chrome’s 2024 EOY campaign, highlighting Scroll-Driven Animations. I made sure the code snippets and animations that you see where Technically Correct™.
25日前
Control the Viewport Resize Behavior on mobile with interactive-widget
Bram.us
For this year’s HTMLHell Advent Calendar I contributed today’s post. It is all about viewports and virtual keyboards – a topic I have researched before, as part of the Interop 2022 Viewport Investigation Effort
1ヶ月前
More options for styling <details>
Bram.us
You can now set display property values other than block on <details> and also use a ::details-content pseudo-element to style the part that expands and collapses.
1ヶ月前