Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style: Allow animating the 'all' property from Web Animations.
  • Loading branch information
birtles authored and emilio committed May 7, 2019
1 parent 07c0c1e commit 9636ef7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/properties/data.py
Expand Up @@ -400,8 +400,6 @@ def __init__(self, name, sub_properties, spec=None, servo_pref=None, gecko_pref=
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
Expand Down

0 comments on commit 9636ef7

Please sign in to comment.