mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Remove TransitionProperty::All
This commit is contained in:
parent
f3fe99bcb2
commit
e2a6d07dad
4 changed files with 15 additions and 49 deletions
|
@ -1525,11 +1525,6 @@ impl<'le> TElement for GeckoElement<'le> {
|
|||
};
|
||||
|
||||
match transition_property {
|
||||
TransitionProperty::All => {
|
||||
if TransitionProperty::any(property_check_helper) {
|
||||
return true;
|
||||
}
|
||||
},
|
||||
TransitionProperty::Unsupported(..) => {},
|
||||
TransitionProperty::Shorthand(ref shorthand) => {
|
||||
if shorthand.longhands().iter().any(property_check_helper) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue