diff --git a/components/style/values/generics/basic_shape.rs b/components/style/values/generics/basic_shape.rs index e653508390f..ef9eac14ec7 100644 --- a/components/style/values/generics/basic_shape.rs +++ b/components/style/values/generics/basic_shape.rs @@ -18,7 +18,7 @@ pub type ClippingShape = ShapeSource #[allow(missing_docs)] -#[derive(Clone, Copy, Debug, MallocSizeOf, PartialEq, ToComputedValue, ToCss)] +#[derive(Animate, Clone, Copy, Debug, MallocSizeOf, PartialEq, ToComputedValue, ToCss)] pub enum GeometryBox { FillBox, StrokeBox, @@ -32,7 +32,7 @@ pub type FloatAreaShape = ShapeSource { ImageOrUrl(ImageOrUrl), Shape( BasicShape, - #[animation(constant)] Option, ), #[animation(error)]