Change the animation_type of column-count to normal.

This commit is contained in:
Boris Chiou 2017-04-20 11:28:57 +08:00
parent b8b4ec92df
commit 0dcee472c1

View file

@ -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")}