Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 492 Bytes

Fun with View Transitions

This repo contains examples to follow along with the Fun with View Transitions episodes on https://vtbag.dev/fwvt/welcome/.

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