mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Move impl of ToAnimatedZero for BorderCornerRadius where it belongs
This commit is contained in:
parent
49204e2c72
commit
fb8400d745
2 changed files with 9 additions and 5 deletions
|
@ -953,11 +953,6 @@ impl<T: Animatable + Copy> Animatable for Point2D<T> {
|
|||
}
|
||||
}
|
||||
|
||||
impl ToAnimatedZero for BorderCornerRadius {
|
||||
#[inline]
|
||||
fn to_animated_zero(&self) -> Result<Self, ()> { Err(()) }
|
||||
}
|
||||
|
||||
/// https://drafts.csswg.org/css-transitions/#animtype-length
|
||||
impl Animatable for VerticalAlign {
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue