Svelte London August 2022
Disclaimer: this presentation was about an API that has since been renamed and had some breaking changes. See the official explainer for the most up-to-date information.
I'm presenting remotely at the Svelte London meetup today. I'll talk about using the new shared element transition API to enable page transitions in a SvelteKit app. Below are some relevant repos and resources for the talk.
Demos:
Further reading:
- Chrome explainer
- Google I/O Talk
- WICG Proposal
- Original HTTP 203 demo
- Open SvelteKit issue
- Transitions and accessibility
Page Transitions in Svelte today
- Josh Collinsworth
- Dana Woodman
- Simple Page Transitions with SvelteKit
- Another recreation of the HTTP 203 site (source)
- Svelte Travel Transitions
Want to find out when I post a new article? Follow me on Mastodon or Bluesky or subscribe to my RSS feed. I also have an email newsletter that I'll send out when I post something new, along with anything else I find interesting.
Previous Blog Post: Some assorted Svelte demos
Next Blog Post: Page Transitions in SvelteKit with the View Transitions API