diff --git a/files/en-us/web/css/@scroll-timeline/index.md b/files/en-us/web/css/@scroll-timeline/index.md index db0ab7988a6d734..b6d1ab400e9cd1d 100644 --- a/files/en-us/web/css/@scroll-timeline/index.md +++ b/files/en-us/web/css/@scroll-timeline/index.md @@ -7,11 +7,11 @@ tags: - At-rule - CSS - Reference - - Experimental + - Deprecated browser-compat: css.at-rules.scroll-timeline --- -{{CSSRef}}{{SeeCompatTable}} +{{CSSRef}}{{Non-standard_header}}{{Deprecated_header}} The **`@scroll-timeline`** CSS [at-rule](/en-US/docs/Web/CSS/At-rule) defines an [`AnimationTimeline`](/en-US/docs/Web/API/AnimationTimeline) whose time values are determined by scrolling progress within a scroll container and not by minutes or seconds. Once specified, a scroll timeline is associated with a [CSS Animation](/en-US/docs/Web/CSS/CSS_Animations) by using the `animation-timeline` property. @@ -166,9 +166,13 @@ We create an `@scroll-timeline` called `squareTimeline`, setting the `source` as {{EmbedLiveSample("Simple_example")}} +## Specifications + +This feature was in a draft specification and has been removed from it. It is no longer on track to become a standard. + ## Browser compatibility -{{Compat}} +No released browser ever implemented this feature. ## See also