mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implements position related discrete animatable properties
This commit is contained in:
parent
545a7420c8
commit
f46678cea8
2 changed files with 5 additions and 13 deletions
|
@ -205,7 +205,10 @@ ${helpers.single_keyword("box-sizing",
|
|||
"content-box border-box",
|
||||
extra_prefixes="moz webkit",
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-box-sizing",
|
||||
animation_value_type="none")}
|
||||
gecko_enum_prefix="StyleBoxSizing",
|
||||
custom_consts={ "content-box": "Content", "border-box": "Border" },
|
||||
gecko_inexhaustive=True,
|
||||
animation_value_type="discrete")}
|
||||
|
||||
${helpers.single_keyword("object-fit", "fill contain cover none scale-down",
|
||||
products="gecko", animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue