Skip to main content

in reply to Lucid00

I'm part of the team working on this and I'm really thrilled to see the interest. Especially curious to hear feedback about the hurdles between MPA page load performance and avoiding too obvious delays in starting the transition. Perhaps, some clever techniques to minimize the perceived latency, or combos with prefetch/prerender, etc.
in reply to Kenji Baheux

@Kenji Baheux I have noticed that upon changing pages sites tend to blink for a second, but I don't think the examples I've seen were using a service worker.

I'm guessing service workers + meta prefetch/prerender/preload would solve that (if the Chrome team isn't solving that on their end).
in reply to Lucid00

if you have a demo or a repro, this would help us understand the options. Usually, Chrome should "hold the paint" for same site navigations to limit the occurence of a flash of white, and with VT I believe that the transition also tries to wait for some useful paint state (up to a point).
in reply to Lucid00

can’t wait to use this! So much JS animation code gone