Make clip property animatable.

This commit is contained in:
Mantaroh Yoshinaga 2017-04-21 15:20:59 +09:00
parent 85aba7ab14
commit ba34eacee0
2 changed files with 45 additions and 2 deletions

View file

@ -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")}