[csswg-drafts] [css-view-transitions-2] View transitions on an infinite scroller with continuous scrolling. (#9455)

khushalsagar has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-2] View transitions on an infinite scroller with continuous scrolling. ==
One of the use-cases where authors could use View Transitions is adding items to an infinite scroller. You could have a simple fade or a staggering animation as new elements get added to the list. There's a few issues which will need to be solved for this to work though:

- The browser freezes the whole Document during capture and skips hit-testing DOM elements while they're being painted elsewhere. This means you can't interact with the DOM or scroll it. Scoped transitions should help with this but its unclear how the transition would need to be setup so an ongoing scroll is not interrupted.
- Re-targeting animations since the final position of tagged list items will change while the user is actively scrolling.

Not an immediate concern but filing an issue so we remember to evaluate this in the design for scoped transitions.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9455 using your GitHub account


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

Received on Tuesday, 10 October 2023 21:18:44 UTC