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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user