Skip to content

[css-view-transitions-2] Define the timing for capturing old Document state with respect to events on new Document #8790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
khushalsagar opened this issue May 2, 2023 · 2 comments
Labels
css-view-transitions-2 View Transitions; New feature requests

Comments

@khushalsagar
Copy link
Member

khushalsagar commented May 2, 2023

#8785 and #8805 clarify the syntax of the events which are fired on the old/new Document during a transition. The timing of these events with respect to a navigation's lifecycle needs to be clarified.

Here are some constraints:

  • The event dispatched on the old Document must be followed by a render to capture its visual state.
  • The event dispatched on the new Document must be after the above event, since it passes contextual information.
  • The event dispatched on the new Document show allow addition of render-blocking resources.
@noamr
Copy link
Collaborator

noamr commented May 25, 2023

See #8805 (comment).

@noamr
Copy link
Collaborator

noamr commented Oct 26, 2023

I think this can be closed @khushalsagar ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-view-transitions-2 View Transitions; New feature requests
Projects
None yet
Development

No branches or pull requests

2 participants