mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Remove TransitionProperty::All
This commit is contained in:
parent
f3fe99bcb2
commit
e2a6d07dad
4 changed files with 15 additions and 49 deletions
|
@ -309,22 +309,6 @@ impl PropertyAnimation {
|
|||
}
|
||||
result
|
||||
}
|
||||
TransitionProperty::All => {
|
||||
TransitionProperty::each(|longhand_id| {
|
||||
let animation = PropertyAnimation::from_longhand(
|
||||
longhand_id,
|
||||
timing_function,
|
||||
duration,
|
||||
old_style,
|
||||
new_style,
|
||||
);
|
||||
|
||||
if let Some(animation) = animation {
|
||||
result.push(animation);
|
||||
}
|
||||
});
|
||||
result
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue