mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
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:
parent
bfb9fe6159
commit
162d563180
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue