mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Rename the Interpolate trait to Animatable
This commit is contained in:
parent
e029a42653
commit
4d25e87ac6
11 changed files with 89 additions and 88 deletions
|
@ -75,7 +75,7 @@ use style::parser::{LengthParsingMode, ParserContext};
|
|||
use style::properties::{CascadeFlags, ComputedValues, Importance, ParsedDeclaration, StyleBuilder};
|
||||
use style::properties::{PropertyDeclarationBlock, PropertyId};
|
||||
use style::properties::SKIP_ROOT_AND_ITEM_BASED_DISPLAY_FIXUP;
|
||||
use style::properties::animated_properties::{AnimationValue, ComputeDistance, Interpolate, TransitionProperty};
|
||||
use style::properties::animated_properties::{Animatable, AnimationValue, ComputeDistance, TransitionProperty};
|
||||
use style::properties::parse_one_declaration;
|
||||
use style::restyle_hints::{self, RestyleHint};
|
||||
use style::rule_tree::{StrongRuleNode, StyleSource};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue