aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2018-11-04 14:01:19 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2018-11-05 12:32:52 +0100
commit8b49ef813fe787852b47cddb6bcae8dc6808d10c (patch)
tree127d7d4dcef624951b791bc6c25d146d212cf6dd /components/style/properties/data.py
parent707bd841a82c001c77fb77904c297aa4d11dfe70 (diff)
downloadservo-8b49ef813fe787852b47cddb6bcae8dc6808d10c.tar.gz
servo-8b49ef813fe787852b47cddb6bcae8dc6808d10c.zip
style: Remove nscsspropertyid_is_{animatable,transitionable}.
There are better ways, plus the existing code didn't handle aliases at all (not that it needed to, but it's better if it does). Differential Revision: https://phabricator.services.mozilla.com/D10838
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r--components/style/properties/data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py
index 38b5273db26..5b07f9c326a 100644
--- a/components/style/properties/data.py
+++ b/components/style/properties/data.py
@@ -432,6 +432,8 @@ class Alias(object):
self.original = original
self.enabled_in = original.enabled_in
self.servo_pref = original.servo_pref
+ self.animatable = original.animatable
+ self.transitionable = original.transitionable
self.gecko_pref = gecko_pref
self.allowed_in_page_rule = original.allowed_in_page_rule
self.allowed_in_keyframe_block = original.allowed_in_keyframe_block