534 views · 23 active
My google avatar.
devrel@google
notejs

In ~1 minute you can have FLIP-like animation on your page with View Transitions.

document.startViewTransition(() => {
  // modify the dom
  // - hide stuff
  // - move stuff
  // - whatever!
})

Game changer.