Implements properties that need to change only the animation type animatable

This commit is contained in:
Daisuke Akatsuka 2017-06-09 18:36:45 +09:00 committed by daisuke
parent 367c0a4b43
commit a3d2b67cd5
4 changed files with 18 additions and 19 deletions

View file

@ -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;