Progressive Enhancement

if (!document.startViewTransition)
    modifyPage()
else
  document.startViewTransition(async () =>
    modifyPage())
⚡