style: Add documentation lost in a rebase, plus implement box-shadow animations.

This commit is contained in:
Emilio Cobos Álvarez 2016-06-27 23:27:29 +00:00
parent e015e87697
commit 173f489d7b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 119 additions and 3 deletions

View file

@ -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"
]