Skip to content

Commit

Permalink
Make font-variation-settings animatable
Browse files Browse the repository at this point in the history
  • Loading branch information
dadaa committed Sep 5, 2017
1 parent 653bced commit 3ed71c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/style/properties/longhand/font.mako.rs
Expand Up @@ -1995,7 +1995,8 @@ variation_spec = """\
https://drafts.csswg.org/css-fonts-4/#low-level-font-variation-settings-control-the-font-variation-settings-property\
"""
%>
<%helpers:longhand name="font-variation-settings" products="gecko" animation_value_type="none"
<%helpers:longhand name="font-variation-settings" products="gecko"
animation_value_type="ComputedValue"
flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER"
spec="${variation_spec}">
use values::computed::ComputedValueAsSpecified;
Expand Down

0 comments on commit 3ed71c4

Please sign in to comment.