mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Make offset-distance animatable.
Use ComputedValue to animate offset-distance. Differential Revision: https://phabricator.services.mozilla.com/D30584
This commit is contained in:
parent
c50829bf6e
commit
f8a2172d42
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ ${helpers.predefined_type(
|
||||||
"LengthPercentage",
|
"LengthPercentage",
|
||||||
"computed::LengthPercentage::zero()",
|
"computed::LengthPercentage::zero()",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
animation_value_type="none",
|
animation_value_type="ComputedValue",
|
||||||
gecko_pref="layout.css.motion-path.enabled",
|
gecko_pref="layout.css.motion-path.enabled",
|
||||||
spec="https://drafts.fxtf.org/motion-1/#offset-distance-property",
|
spec="https://drafts.fxtf.org/motion-1/#offset-distance-property",
|
||||||
servo_restyle_damage="reflow_out_of_flow"
|
servo_restyle_damage="reflow_out_of_flow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue