Mastodon Feed: Post

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

The relationship between these two things is sort of oblique for folks that haven't built a lot of front-end UI.

See, first, Apple hasn't implemented multi-page View Transitions (or any sort of View Transitions...or Scroll-linked Animations, or....you get the idea).

This means that the only way to reliably get animations between app states is to do it all inside a single page. Which means that you then have to capture every link and turn it into an internal route change *inside* a single page