diff --git a/components/style/properties/data.py b/components/style/properties/data.py index b20a8deaaea..7a96402c4a1 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -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