Skip to content

Commit 4f58d75

Browse files
Closure Teamcopybara-github
authored andcommitted
Add CSS properties view-timeline, view-timeline-axis, view-timeline-inset, and view-timeline-name to the w3c_css.js externs.
PiperOrigin-RevId: 840876873
1 parent 1873a97 commit 4f58d75

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

externs/browser/w3c_css.js

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,34 @@ CSSProperties.prototype.unicodeBidi;
24112411
*/
24122412
CSSProperties.prototype.verticalAlign;
24132413

2414-
/** @type {string} */
2414+
/**
2415+
* @type {string}
2416+
* @see https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand
2417+
*/
2418+
CSSProperties.prototype.viewTimeline;
2419+
2420+
/**
2421+
* @type {string}
2422+
* @see https://www.w3.org/TR/scroll-animations-1/#view-timeline-axis
2423+
*/
2424+
CSSProperties.prototype.viewTimelineAxis;
2425+
2426+
/**
2427+
* @type {string}
2428+
* @see https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset
2429+
*/
2430+
CSSProperties.prototype.viewTimelineInset;
2431+
2432+
/**
2433+
* @type {string}
2434+
* @see https://www.w3.org/TR/scroll-animations-1/#view-timeline-name
2435+
*/
2436+
CSSProperties.prototype.viewTimelineName;
2437+
2438+
/**
2439+
* @type {string}
2440+
* @see https://www.w3.org/TR/css-view-transitions-2/#view-transition-class-prop
2441+
*/
24152442
CSSProperties.prototype.viewTransitionClass;
24162443

24172444
/**

0 commit comments

Comments
 (0)