CSS trigger-scope Property Reference

The CSS trigger-scope property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

CSS trigger-scope Property Reference

The CSS trigger-scope property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

trigger-scope overview

The CSS trigger-scope property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

trigger-scope formal syntax
FieldValue
Formal syntaxnone | all | <dashed-ident>#
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Mediavisual
Specification groupCSS Animations
StatusStandard

Practical examples

These declarations demonstrate valid ways to set trigger-scope. The initial and inherit global keywords remain available even when a property-specific value is preferable.

trigger-scope live example
CSS .reset-example { trigger-scope: initial; } .inherit-example { trigger-scope: inherit; } @supports (trigger-scope: initial) { .supported { trigger-scope: initial; } }

Description

The CSS trigger-scope property is a standard property in CSS Animations. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: trigger-scope
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies