Remove TransitionProperty::All

This commit is contained in:
Anthony Ramine 2018-02-26 10:41:21 +01:00
parent f3fe99bcb2
commit e2a6d07dad
4 changed files with 15 additions and 49 deletions

View file

@ -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) {