view-transitions-polyfill
Version:
A polyfill for the View Transitions API.
24 lines (23 loc) • 725 B
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="../navigator-script.js"></script>
</head>
<body>
<header>
<a href="../../" data-demo-link="">Demo list</a>
<a href="./index.html">Go to page 1</a>
Cross fade - Page 2
</header>
<main class="page-2">
<h1>Page 2</h1>
<p>Click <a class="other-page" href="./index.html">Go to page 1</a></p>
<p>You are currently on page 2.</p>
</main>
</body>
</html>