File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -2411,7 +2411,34 @@ CSSProperties.prototype.unicodeBidi;
24112411 */
24122412CSSProperties . 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+ */
24152442CSSProperties . prototype . viewTransitionClass ;
24162443
24172444/**
You can’t perform that action at this time.
0 commit comments