mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Make filter property animatable.
This commit is contained in:
parent
0ca9a01be4
commit
87e580a33d
3 changed files with 274 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue