Skip to content

vtbag/fun-with-view-transitions

Repository files navigation

Fun with View Transitions

This repo contains examples to follow along with the Fun with View Transitions episodes on vtbag.dev.

Don't try to run these examples in a Web-IDE like StacklBlitz, CodePen or Codespace when they require real cross-document navigation.

Install

  • "npm install"

Explore the examples

  • "npm run dev"
  • open displayed URL in browser

Optional: Build and run

  • "npm run build"
  • "npm run preview"
  • open displayed URL in browser