mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
style: Add documentation lost in a rebase, plus implement box-shadow animations.
This commit is contained in:
parent
e015e87697
commit
173f489d7b
2 changed files with 119 additions and 3 deletions
|
@ -58,7 +58,7 @@ def is_known_animatable_property(name):
|
|||
def is_not_supported_animatable_property(name):
|
||||
return name in [
|
||||
"flex-basis", "column-width", "column-height", "column-count",
|
||||
"column-gap", "box-shadow", "clip", "filter", "transform-origin",
|
||||
"column-gap", "clip", "filter", "transform-origin",
|
||||
"perspective-origin", "font-stretch", "letter-spacing", "word-spacing",
|
||||
"text-decoration"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue