decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
351 stars 108 forks source link

View transition ScratchList preset unloaded state into loaded state #1151

Open bates64 opened 3 months ago

bates64 commented 3 months ago

And possibly other loading states in other components.

_Originally posted by @bates64 in https://github.com/decompme/decomp.me/pull/1139#discussion_r1530599521_

bates64 commented 3 months ago

https://developer.chrome.com/docs/web-platform/view-transitions/

wearrrrr commented 3 months ago

Currently I believe this is locked behind something in chrome://flags, but it can be emulated using a router, which I know astro has an open source implementation for, which should be easy enough to implement

wearrrrr commented 3 months ago

I stand corrected, the View Transitions api for non cross origin documents has been implemented in chrome for a while now.