From 0dcee472c181826005768cae3e1012ac3d597183 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Thu, 20 Apr 2017 11:28:57 +0800 Subject: [PATCH] Change the animation_type of column-count to normal. --- components/style/properties/longhand/column.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/column.mako.rs b/components/style/properties/longhand/column.mako.rs index 89766b4ae5a..fef81ca9ac4 100644 --- a/components/style/properties/longhand/column.mako.rs +++ b/components/style/properties/longhand/column.mako.rs @@ -23,7 +23,7 @@ ${helpers.predefined_type("column-count", parse_method="parse_positive", initial_specified_value="Either::Second(Auto)", experimental="True", - animation_type="none", + animation_type="normal", extra_prefixes="moz", spec="https://drafts.csswg.org/css-multicol/#propdef-column-count")}