timeline-trigger
The shorthand property for setting all timeline trigger properties at once. It defines the name, source, and ranges for triggering scroll-driven animations.
It is documented as part of the CSS Animations specification. This is an experimental technology. The syntax and behavior are still subject to change.
Syntax
/* Usage Example */
.target {
/* Shorthand for setting a named trigger on the document scroller */
timeline-trigger: --glow-start root;
}
/* Syntax */
timeline-trigger: none;
timeline-trigger: timeline-trigger-name;
timeline-trigger: timeline-trigger-source;
timeline-trigger: timeline-trigger-range;
timeline-trigger: timeline-trigger-exit-range;
/* Global values */
timeline-trigger: inherit;
timeline-trigger: initial;
timeline-trigger: revert;
timeline-trigger: revert-layer;
timeline-trigger: unset;
timeline-trigger Browser support
Limited availability
Since
2020 Unknown global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
146+
146+