Re: [csswg-drafts] [scroll-animations] Broader scope of scroll timelines (#7759)

>  the observed timeline in JS is the actual attached timeline

I'd avoid this. It means multi-frame weirdness from `Scroll`/`ViewTimeline` is leaking more than it needs to. You would see the attached timeline as of the _previous frame_, which for newly created animations means `getAnimations()[i].timeline` would return no timeline.

A simple solution is to just use two `-root` properties.

-- 
GitHub Notification of comment by andruud
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7759#issuecomment-1532654191 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 3 May 2023 08:41:44 UTC