mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implements properties that need to change only the animation type animatable
This commit is contained in:
parent
367c0a4b43
commit
a3d2b67cd5
4 changed files with 18 additions and 19 deletions
|
@ -16,7 +16,7 @@ ${helpers.predefined_type("outline-color", "Color", "computed_value::T::currentc
|
|||
ignored_when_colors_disabled=True,
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-outline-color")}
|
||||
|
||||
<%helpers:longhand name="outline-style" need_clone="True" animation_value_type="none"
|
||||
<%helpers:longhand name="outline-style" animation_value_type="discrete"
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-outline-style">
|
||||
use values::specified::BorderStyle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue