style: Make offset-distance animatable.

Use ComputedValue to animate offset-distance.

Differential Revision: https://phabricator.services.mozilla.com/D30584
This commit is contained in:
Boris Chiou 2019-05-20 23:42:56 +00:00 committed by Emilio Cobos Álvarez
parent c50829bf6e
commit f8a2172d42

View file

@ -413,7 +413,7 @@ ${helpers.predefined_type(
"LengthPercentage",
"computed::LengthPercentage::zero()",
products="gecko",
animation_value_type="none",
animation_value_type="ComputedValue",
gecko_pref="layout.css.motion-path.enabled",
spec="https://drafts.fxtf.org/motion-1/#offset-distance-property",
servo_restyle_damage="reflow_out_of_flow"