UNPKG

view-transitions-polyfill

Version:
7 lines (6 loc) 199 B
// Test if the View Transitions API is available in the browser if (!document.startViewTransition) { window.viewTransitionsPolyfilled = true; } else { window.viewTransitionsPolyfilled = false; }