style: Allow animating the 'all' property from Web Animations.

Differential Revision: https://phabricator.services.mozilla.com/D28763
This commit is contained in:
Brian Birtles 2019-04-26 00:47:40 +00:00 committed by Emilio Cobos Álvarez
parent 07c0c1e53f
commit 9636ef7be7

View file

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