trigger-scope

Experimental

An experimental property for scroll-driven animations. It defines how broadly a named timeline trigger is visible to other elements, allowing animations to be triggered by remote ancestors or descendants.

.shared-scroller {
  /* Makes all triggers within this container available globally */
  trigger-scope: all;
}
Initial value
none
Inherited
No
Applies to
allElements
Animation type
notAnimatable

Values

noneall
Limited availability Unknown global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

146+
146+
ESC