Benoît Rouleau
Benoît Rouleau
Same for delay and even timing function / ease :D
Yes, sorry @leopardracer, I realize that's confusing. That is because those pages either haven't been translated in Crowdin yet, or they have but we haven't yet merged the translations (we...
Thank you so much for this, @sukrucildirr. Unfortunately, we cannot merge this PR because this repo is not the source of truth for translated content, only for English content (read...
I understand that ideally, the only focusable elements in a `Menu` should be the `Menu.Item`s, but for the edge cases, it would be nice if Base UI supported it, even...
I apologize if this was answered in the minutes, I had some trouble understanding all of it... but why `revert-rule` and not `revert-declaration`? Does it actually revert all the declarations...
Ah, I just thought about it and can see why `revert-rule` makes sense. It reverts the property's value to whatever the previous _rule_ that matches sets it to, kinda like...
Ah, so the name is not actually counterintuitive, but the feature is, IMO. 😅 What's the reason for giving any single declaration the ability to affect all the declarations of...
So if I'm understanding it right, in this example: ```css button { background-color: red; --maybe-revert: revert-rule; } button:hover { --maybe-revert: dont-actually-revert; } ``` The button's background color would be red...
Ahhhh, my bad. Thank you @Loirooriol, I understand now.
HUGE +1 to this. I am surprised there is no way to control / override the individual properties that get animated during `layout` transitions. Here's a CodeSandbox that shows the...