Re: [csswg-drafts] [web-animations-1] Current time calculation has odd interaction with ScrollTimeline (#2075)

One other use case that I think may come up more often is setting the timeline of an animation. For example, if you specify:
```
animation-timeline: foo;
```
This may bind to different named [scroll](https://drafts.csswg.org/scroll-animations-1/#scroll-timelines-named) or [view](https://drafts.csswg.org/scroll-animations-1/#view-timelines-named) timelines throughout that animation's lifetime, which would result in [setting the timeline](https://www.w3.org/TR/web-animations-1/#setting-the-timeline) of an already running animation. I think the developer would expect the start time to remain 0 when going to a scroll/view timeline, but I haven't fully worked through what the procedure will do currently.

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


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

Received on Thursday, 11 August 2022 19:14:41 UTC