Make scroll-snap-{coordinate, destination} discrete animation.

This commit is contained in:
Hiroyuki Ikezoe 2017-08-14 17:25:41 +09:00
parent f93c6dfbd5
commit aaedf1cb84

View file

@ -721,7 +721,7 @@ ${helpers.predefined_type("scroll-snap-destination",
products="gecko",
boxed="True",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)",
animation_value_type="ComputedValue")}
animation_value_type="discrete")}
${helpers.predefined_type(
"scroll-snap-coordinate",
@ -730,7 +730,7 @@ ${helpers.predefined_type(
vector=True,
products="gecko",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)",
animation_value_type="ComputedValue",
animation_value_type="discrete",
allow_empty="NotInitial"
)}