mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Change AnimatedValue for NonNegativeLengthOrPercentage to its inner type
This commit is contained in:
parent
b79dc269f7
commit
da5acc81d2
3 changed files with 16 additions and 17 deletions
|
@ -789,7 +789,7 @@ impl ToAnimatedZero for AnimationValue {
|
|||
impl RepeatableListAnimatable for LengthOrPercentage {}
|
||||
impl RepeatableListAnimatable for Either<f32, LengthOrPercentage> {}
|
||||
impl RepeatableListAnimatable for Either<NonNegativeNumber, NonNegativeLengthOrPercentage> {}
|
||||
impl RepeatableListAnimatable for SvgLengthOrPercentageOrNumber<NonNegativeLengthOrPercentage, NonNegativeNumber> {}
|
||||
impl RepeatableListAnimatable for SvgLengthOrPercentageOrNumber<LengthOrPercentage, NonNegativeNumber> {}
|
||||
|
||||
macro_rules! repeated_vec_impl {
|
||||
($($ty:ty),*) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue