mirror of
https://github.com/servo/servo.git
synced 2025-06-30 20:13:39 +01:00
Auto merge of #20602 - hiikezoe:dont-make-logical-properties-animatable, r=emilio
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.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20602)
<!-- Reviewable:end -->
This commit is contained in:
commit
e31fefdf78
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Longhand(object):
|
||||||
# discrete). For now, it is still non-animatable.
|
# discrete). For now, it is still non-animatable.
|
||||||
self.animatable = False
|
self.animatable = False
|
||||||
self.transitionable = False
|
self.transitionable = False
|
||||||
self.animation_type = None
|
self.animation_value_type = None
|
||||||
|
|
||||||
# See compute_damage for the various values this can take
|
# See compute_damage for the various values this can take
|
||||||
self.servo_restyle_damage = servo_restyle_damage
|
self.servo_restyle_damage = servo_restyle_damage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue