Further Customization

Only run when exiting or entering the stage with :only-child

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

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

This is the state of not having a match