UNPKG

view-transitions-polyfill

Version:
26 lines (25 loc) 766 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Cross fade demo</title> <link rel="stylesheet" href="../demo-styles.css" /> <link rel="stylesheet" href="./styles.css" /> <script type="module" src="../../view-transitions-polyfill.js"></script> <script type="module" src="../navigator-script.js"></script> </head> <body> <header> <a href="../../" data-demo-link="">Demo list</a> <a href="./page-2.html">Go to page 2</a> Cross fade - Page 1 </header> <main> <h1>Page 1</h1> <p> Welcome! <a class="other-page" href="./page-2.html">Go to page 2</a> </p> </main> </body> </html>