Description
Scroll Stagger (#30337, batch 1) registers view-timeline-name: --ease-view for scroll-driven animation of child items, while Scroll Progress Indicator (#30433) uses scroll-timeline-name: --ease-scroll-progress on the document element. Both use the name 'scroll' implicitly and may register overlapping timeline names on the same scroller, causing the stagger animation to mis-fire or the progress to remain at 0%.
Affected Components
Suggested Resolution
- Prefix timeline names with component identifiers
- Use timeline-scope to isolate timeline registrations
Description
Scroll Stagger (#30337, batch 1) registers view-timeline-name: --ease-view for scroll-driven animation of child items, while Scroll Progress Indicator (#30433) uses scroll-timeline-name: --ease-scroll-progress on the document element. Both use the name 'scroll' implicitly and may register overlapping timeline names on the same scroller, causing the stagger animation to mis-fire or the progress to remain at 0%.
Affected Components
Suggested Resolution