mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Make clip property animatable.
This commit is contained in:
parent
85aba7ab14
commit
ba34eacee0
2 changed files with 45 additions and 2 deletions
|
@ -77,11 +77,10 @@ ${helpers.predefined_type("opacity",
|
|||
}
|
||||
</%helpers:vector_longhand>
|
||||
|
||||
// FIXME: This prop should be animatable
|
||||
${helpers.predefined_type("clip",
|
||||
"ClipRectOrAuto",
|
||||
"computed::ClipRectOrAuto::auto()",
|
||||
animation_type="none",
|
||||
animation_type="normal",
|
||||
boxed="True",
|
||||
spec="https://drafts.fxtf.org/css-masking/#clip-property")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue