mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Make scroll-snap-{coordinate, destination} discrete animation.
This commit is contained in:
parent
f93c6dfbd5
commit
aaedf1cb84
1 changed files with 2 additions and 2 deletions
|
@ -721,7 +721,7 @@ ${helpers.predefined_type("scroll-snap-destination",
|
||||||
products="gecko",
|
products="gecko",
|
||||||
boxed="True",
|
boxed="True",
|
||||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)",
|
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(
|
${helpers.predefined_type(
|
||||||
"scroll-snap-coordinate",
|
"scroll-snap-coordinate",
|
||||||
|
@ -730,7 +730,7 @@ ${helpers.predefined_type(
|
||||||
vector=True,
|
vector=True,
|
||||||
products="gecko",
|
products="gecko",
|
||||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-destination)",
|
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"
|
allow_empty="NotInitial"
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue