Re: [csswg-drafts] [css-animations-2][web-animations-2] (proposal) Add pointer driven animations (#10574)

One thing to consider regarding using `root` as the `source` and a non-fixpos animation target is that the timeline will always generate progress changes and update the animation.
Problem could be where even when the animation target may be outside of the viewport, the animation will still play. So that means that any animation using `root` on the page will be constantly playing, and that may be unfortunate (maybe?).

Not that this is any different from any animation that plays indefinitely, but perhaps there's a way to optimize this? Can't think of an automatic one, but perhaps using [`animation-trigger`](#8942) could help?

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


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

Received on Wednesday, 23 October 2024 17:00:46 UTC