Bug 1754897 - Part 2: Support scroll-timeline-axis longhand in style system. r=emilio

Implement "scroll-timeline-axis: block | inline | vertical | horizontal".

Differential Revision: https://phabricator.services.mozilla.com/D146019
This commit is contained in:
Boris Chiou
2022-06-13 20:26:45 +00:00
parent 56b24a3676
commit 8950553d8b
13 changed files with 105 additions and 11 deletions

View File

@@ -3223,6 +3223,7 @@ exports.CSS_PROPERTIES = {
"animation-delay",
"animation-timeline",
"scroll-timeline-name",
"scroll-timeline-axis",
"-moz-box-align",
"-moz-box-direction",
"-moz-box-flex",
@@ -11802,6 +11803,10 @@ exports.PREFERENCES = [
"scale",
"layout.css.individual-transform.enabled"
],
[
"scroll-timeline-axis",
"layout.css.scroll-linked-animations.enabled"
],
[
"scroll-timeline-name",
"layout.css.scroll-linked-animations.enabled"