Skip to content

Editorial review: Document scroll-triggered animations - #43158

Open
chrisdavidmills wants to merge 199 commits into
mdn:mainfrom
chrisdavidmills:scroll-triggered-animations
Open

Editorial review: Document scroll-triggered animations#43158
chrisdavidmills wants to merge 199 commits into
mdn:mainfrom
chrisdavidmills:scroll-triggered-animations

Conversation

@chrisdavidmills

@chrisdavidmills chrisdavidmills commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Description

Chrome 146 adds support for scroll-triggered animations; see https://chromestatus.com/feature/5181996801982464.

This PR adds documentation for this new feature, including:

  • A module page for the new Animation triggers module.
  • A guide that explains and demonstrates all the important sub-features.
  • Ref page for the animation-trigger property.
  • Ref page for the <animation-action> type.
  • Ref page for the trigger-scope property.
  • Ref page for the timeline-trigger shorthand property.
  • Ref page for the timeline-trigger-name property.
  • Ref page for the timeline-trigger-source property.
  • Ref page for the timeline-trigger-activation-range shorthand property.
  • Ref page for the timeline-trigger-activation-range-start property.
  • Ref page for the timeline-trigger-activation-range-end property.
  • Ref page for the timeline-trigger-active-range shorthand property.
  • Ref page for the time-trigger-active-range-start property.
  • Ref page for the time-trigger-active-range-end property.

Motivation

Additional details

Related issues and pull requests

@chrisdavidmills
chrisdavidmills requested a review from a team as a code owner February 18, 2026 16:51
@chrisdavidmills
chrisdavidmills requested review from hamishwillee and removed request for a team and hamishwillee February 18, 2026 16:51
@github-actions github-actions Bot added the Content:CSS Cascading Style Sheets docs label Feb 18, 2026
@chrisdavidmills chrisdavidmills changed the title Document scroll-triggered animations Technical review: Document scroll-triggered animations Feb 18, 2026
@github-actions github-actions Bot added the size/xl [PR only] >1000 LoC changed label Feb 18, 2026
@chrisdavidmills
chrisdavidmills marked this pull request as draft February 18, 2026 16:51
@github-actions

github-actions Bot commented Feb 18, 2026

Copy link
Copy Markdown
Contributor
Preview URLs (18 pages)
Flaws (16)

Note! 4 documents with no flaws that don't need to be listed. 🎉

Found an unexpected or unresolvable flaw? Please report it here.

URL: /en-US/docs/Web/CSS/Guides/Animation_triggers/Using_scroll-triggered_animations
Title: Using CSS scroll-triggered animations
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/animation
Title: animation CSS property
Flaw count: 2

  • macros:
    • Macro csssyntax produces link /en-US/docs/Web/CSS/Reference/Properties/animation-delay-start which doesn't resolve
    • Macro csssyntax produces link /en-US/docs/Web/CSS/Reference/Values/number-token which doesn't resolve

URL: /en-US/docs/Web/CSS/Reference/Properties/animation-trigger
Title: animation-trigger CSS property
Flaw count: 2

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/scroll-driven_animations is ill cased
  • macros:
    • Macro cssxref produces link /en-US/docs/Web/CSS/specificity which is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger
Title: timeline-trigger CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range
Title: timeline-trigger-activation-range CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-end
Title: timeline-trigger-activation-range-end CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-activation-range-start
Title: timeline-trigger-activation-range-start CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range
Title: timeline-trigger-active-range CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-end
Title: timeline-trigger-active-range-end CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-active-range-start
Title: timeline-trigger-active-range-start CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-name
Title: timeline-trigger-name CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/timeline-trigger-source
Title: timeline-trigger-source CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Properties/trigger-scope
Title: trigger-scope CSS property
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect

URL: /en-US/docs/Web/CSS/Reference/Values/animation-action
Title: <animation-action>
Flaw count: 1

  • broken_links:
    • Link /en-US/docs/Web/CSS/Guides/Animation_triggers/ is a redirect
External URLs (2)

URL: /en-US/docs/Web/CSS/Guides/Animation_triggers
Title: CSS animation triggers


URL: /en-US/docs/Web/CSS/Guides/Animation_triggers/Using_scroll-triggered_animations
Title: Using CSS scroll-triggered animations

(comment last updated: 2026-08-24 08:28:36)

@chrisdavidmills
chrisdavidmills marked this pull request as ready for review March 2, 2026 18:02
bramus

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs size/xl [PR only] >1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants