mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Allow animating the 'all' property from Web Animations.
Differential Revision: https://phabricator.services.mozilla.com/D28763
This commit is contained in:
parent
07c0c1e53f
commit
9636ef7be7
1 changed files with 0 additions and 2 deletions
|
@ -400,8 +400,6 @@ class Shorthand(object):
|
|||
and allowed_in_keyframe_block != "False"
|
||||
|
||||
def get_animatable(self):
|
||||
if self.ident == "all":
|
||||
return False
|
||||
for sub in self.sub_properties:
|
||||
if sub.animatable:
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue