mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implements background related discrete animatable properties
This commit is contained in:
parent
917dbdfdbd
commit
d0cf7d65f0
4 changed files with 112 additions and 91 deletions
|
@ -103,6 +103,7 @@ ${helpers.single_keyword("mask-clip",
|
|||
vector=True,
|
||||
products="gecko",
|
||||
extra_prefixes="webkit",
|
||||
gecko_enum_prefix="StyleGeometryBox",
|
||||
animation_value_type="none",
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-clip")}
|
||||
|
||||
|
@ -112,6 +113,7 @@ ${helpers.single_keyword("mask-origin",
|
|||
vector=True,
|
||||
products="gecko",
|
||||
extra_prefixes="webkit",
|
||||
gecko_enum_prefix="StyleGeometryBox",
|
||||
animation_value_type="none",
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-origin")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue