scroll triggered animations - #4163
Open
captainbrosset wants to merge 9 commits into
Open
Conversation
captainbrosset
commented
Jul 8, 2026
bramus
suggested changes
Aug 13, 2026
| @@ -0,0 +1,27 @@ | |||
| name: Scroll-triggered animations | |||
| description: The `timeline-trigger`, `timeline-trigger-source`, `timeline-trigger-activation-range`, and `timeline-trigger-active-range` CSS properties trigger animation actions when a scroll or view timeline enters or leaves specified ranges. | |||
There was a problem hiding this comment.
This should lead with the animation-trigger property, as that is what makes an animation to be a triggered animation.
That animation-trigger can then be a timeline trigger, which makes that triggered animation be a scroll-triggered animation.
(For completeness: the spec is also busy with defining event triggers, but that is still WIP and has not shipped yet)
| group: | ||
| - scrolling | ||
| - animation | ||
| compat_features: |
There was a problem hiding this comment.
css.properties.animation-trigger is missing here.
| chrome: "146" | ||
| chrome_android: "146" | ||
| edge: "146" | ||
| compat_features: |
There was a problem hiding this comment.
css.properties.animation-trigger is missing here.
Contributor
Author
|
Sorry about the copilot review comments, I clicked the button by accident. |
Contributor
Author
|
Thank you @bramus for the review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4128
@bramus please take a first look at this and let me know if you like the description.