Skip to content

Commit 2d8af3e

Browse files
committed
Link live demo
1 parent bda362a commit 2d8af3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/blog/2023-08-31-view-transitions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ While this may be the safest option, reduced motion does not necessarily mean no
252252

253253
As you can see, SvelteKit doesn’t abstract a whole lot about _how_ view transitions work – you’re interacting directly with the browser’s built-in `document.startViewTransition` and `::view-transition` APIs, rather than framework abstractions like those found in Nuxt and Astro. We’re eager to see how people end up using view transitions in SvelteKit apps, and whether it makes sense to add higher level abstractions of our own in future.
254254

255-
## Further reading
255+
## Resources
256+
257+
You can find the demo code from this post [on GitHub](https://github.com/geoffrich/sveltekit-onnavigate-demo) and the live version [deployed to Vercel](https://sveltekit-onnavigate-demo.vercel.app/). Here are some other view transitions resources you may find helpful:
256258

257259
- [MDN view transitions docs](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
258260
- [Chrome view transitions API explainer](https://developer.chrome.com/docs/web-platform/view-transitions/)

0 commit comments

Comments
 (0)