mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement transition-behavior
(#33991)
Bump Stylo to https://github.com/servo/stylo/pull/84 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
156840bbad
commit
f05f1b3690
31 changed files with 20 additions and 1024 deletions
|
@ -533,6 +533,12 @@ mod gen {
|
|||
columns: {
|
||||
enabled: bool,
|
||||
},
|
||||
css: {
|
||||
transition_behavior: {
|
||||
#[serde(rename = "layout.css.transition-behavior.enabled")]
|
||||
enabled: bool,
|
||||
}
|
||||
},
|
||||
flexbox: {
|
||||
enabled: bool,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue