Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/tips/view-transition-fails-and-fixes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ instead of the typical
When your transitions feel slaggy, this may have various reasons, but
typically it is not the time required for waiting for and capturing snapshots, even though it might be a good practice to restrict the number of view transition groups the API has to generate.

Check the behavior with different browsers. Sometimes this might also be something that has to fixed on the browser level.
Check the behavior with different browsers. Sometimes this might also be something that has to be fixed on the browser level.

Use the DevTools Performance panel to find out what takes so long.

Expand Down