sveltekit-view-transitions
Page transitions in SvelteKit with the View Transition API. (by geoffrich)
page-transitions-in-svelte
Using page transitions Today (with Svelte) (by bfanger)
sveltekit-view-transitions | page-transitions-in-svelte | |
---|---|---|
2 | 1 | |
64 | 23 | |
- | - | |
4.1 | 1.8 | |
over 1 year ago | over 2 years ago | |
Svelte | Svelte | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sveltekit-view-transitions
Posts with mentions or reviews of sveltekit-view-transitions.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-17.
-
shared element transition api
like this but only using Svelte? https://sveltekit-shared-element-transitions-codelab.vercel.app/
-
Assorted Svelte demos: conditional wrappers, page transitions, actions
I took the experimental page transition API (a.k.a. shared element transitions) for a test drive with SvelteKit, and the result was pretty slick. You’ll need Chrome Canary with the chrome://flags/#document-transition flag enabled if you want to try this one out yourself — the original tweet has a video if you don’t want to jump through those hoops. There’s a live demo and a GitHub repo if you want to see how it was accomplished.
page-transitions-in-svelte
Posts with mentions or reviews of page-transitions-in-svelte.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-17.
-
shared element transition api
Hey, I did that demo! It's definitely possible, though I haven't done it myself. I'd recommend taking a look at this repo from Bob Fanger, which replicates another shared element transition demo using Svelte's built-in transitions: https://github.com/bfanger/page-transitions-in-svelte
What are some alternatives?
When comparing sveltekit-view-transitions and page-transitions-in-svelte you can also consider the following projects:
view-transitions