Make filter property animatable.

This commit is contained in:
Mantaroh Yoshinaga 2017-06-13 10:42:57 +09:00
parent 0ca9a01be4
commit 87e580a33d
3 changed files with 274 additions and 33 deletions

View file

@ -41,8 +41,7 @@ ${helpers.predefined_type("clip",
allow_quirks=True,
spec="https://drafts.fxtf.org/css-masking/#clip-property")}
// FIXME: This prop should be animatable
<%helpers:longhand name="filter" animation_value_type="none" extra_prefixes="webkit"
<%helpers:longhand name="filter" animation_value_type="IntermediateFilters" extra_prefixes="webkit"
flags="CREATES_STACKING_CONTEXT FIXPOS_CB"
spec="https://drafts.fxtf.org/filters/#propdef-filter">
//pub use self::computed_value::T as SpecifiedValue;