mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Take down the global animatable props list and use a kwarg instead
This commit is contained in:
parent
793de6dff2
commit
faed3df594
25 changed files with 393 additions and 238 deletions
|
@ -9,5 +9,6 @@
|
|||
% for side in ["top", "right", "bottom", "left"]:
|
||||
${helpers.predefined_type("padding-" + side, "LengthOrPercentage",
|
||||
"computed::LengthOrPercentage::Length(Au(0))",
|
||||
"parse_non_negative")}
|
||||
"parse_non_negative",
|
||||
animatable=True)}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue