Customize with CSS

Now it's got a name of "box"

::view-transition-old(box) {
  animation: var(--animation-scale-down);
}

::view-transition-new(box) {
  animation: var(--animation-slide-in-up);
}

You can customize the outgoing old and incoming new images