The timeline-trigger-name property names the timeline triggers defined on an element. Animations reference them via animation-trigger. Repeated identifiers — only the last instance applies..item {
timeline-trigger-name: --reveal;
}.panels {
timeline-trigger-name: --in, --out;
}noneNo named triggers (default).CSS Animation Triggers Module Level 1Editor's Draft<dashed-ident>W3C