Don't make logical properties animatable

|animation_type| was renamed in 94fb839fdd, but the commit missed renaming
one place.  It means that some of logical properties might have been
accidentally animatable.  Logical properties should be animatable but we
haven't yet implemented the proper Animate trait for logical properties.
This commit is contained in:
Hiroyuki Ikezoe 2018-04-10 09:32:27 +09:00
parent bfb9fe6159
commit 162d563180

View file

@ -210,7 +210,7 @@ class Longhand(object):
# discrete). For now, it is still non-animatable.
self.animatable = False
self.transitionable = False
self.animation_type = None
self.animation_value_type = None
# See compute_damage for the various values this can take
self.servo_restyle_damage = servo_restyle_damage