-
While not super necessary is nice and informs about what's happening.
https://www.npmjs.com/package/next-page-transitions
-
I have a grouped items page and am attempting to run some muted videos (as teasers) inside of LiveTiles. Unfortunately, I am running into two problems. First, when the tile changes to the next Media…
-
I have a list of images in a `SliverList` with a `FloatingActionButton` on the bottom-right corner. When the user click's any image on the `SliverList`, the image animates to a new `Route` where the i…
-
Review of the Motorsport Hub MVP [lemans.motorsports.porsche.com](https://lemans.motorsports.porsche.com) for refinements on the way to the new hub. Provide feedback and impulses regarding the MVP as …
-
This covers a few use-cases:
- The 'outgoing' old page wants to assign `view-transition-name` depending on its own page type and/or the 'incoming' new page type.
- The 'outgoing' old page wants to…
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
Hi!
I have problems during transitions with next and previous links. If you are working with keyboard and change between next and previous slide fastly, the slider is blocked. After that, it doesn't w…
-
# Todos
- [x] Components
- [x] Layout
- [x] Intro
- [x] Header
- [x] Content/Intro toggle
- [x] Prev / Next buttons
- [x] Content Area
- [x] Pages
- [x] Abou…
-
# Learn Svelte and SvelteKit
## Part 1: Basic Svelte
- [x] Introduction
- [x] Reactivity
- [x] Props
- [x] Logic
- [ ] Events
- [ ] Bindings
- [ ] Lifecycle
- [ ] Stores
## Part 2: Adv…
-
When switching page selection, the UI can become unresponsive if the selected page has large content.
I think we need a way to mark `router` changes as transitions, which can be interrupted by the …