From b3f9cb55f68b7782a73b4ce5d13e366cb599cc22 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Thu, 8 Jun 2017 12:53:18 +0800 Subject: [PATCH] Make -moz-box-flex animatable. --- components/style/properties/longhand/xul.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/xul.mako.rs b/components/style/properties/longhand/xul.mako.rs index 34b3de89e0b..9573a2a6c38 100644 --- a/components/style/properties/longhand/xul.mako.rs +++ b/components/style/properties/longhand/xul.mako.rs @@ -26,7 +26,7 @@ ${helpers.single_keyword("-moz-box-direction", "normal reverse", ${helpers.predefined_type("-moz-box-flex", "Number", "0.0", "parse_non_negative", products="gecko", gecko_ffi_name="mBoxFlex", - animation_value_type="none", + animation_value_type="ComputedValue", alias="-webkit-box-flex", spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/box-flex)")}