mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +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",
|
||||
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"
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue