[csswg-drafts] [css-view-transitions-2] Clarify what happens if a transition is initiated during a rendering update (#8875)

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

== [css-view-transitions-2] Clarify what happens if a transition is initiated during a rendering update ==
Currently it's defined that the new state is captured on the next frame. But what happens if we're already in the middle of a frame? e.g.
```html
<head>
   <script>
     requestAnimationFrame(() => {
       startViewTranstiion(...);
     });
   </script>
</head>
```

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


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

Received on Thursday, 25 May 2023 06:29:20 UTC