Skip to content

Commit 035390b

Browse files
committed
Add view transitions
1 parent 52fb1e6 commit 035390b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<script>
99
if (!window.CustomStateSet) location.replace("./v1/");
1010
</script>
11+
<style media="prefers-reduced-motion: no-preference">@view-transition { navigation: auto; }</style>
1112
<link rel="stylesheet" href="css/main.min.css?v2.0.3">
1213
<meta name="description" content="Handy dependency-free floating scrollbar web component">
1314
<meta property="og:url" content="https://amphiluke.github.io/handy-scroll">
@@ -99,7 +100,7 @@ <h3>Demo’s code</h3>
99100
</ul>
100101
</aside>
101102
<p>
102-
© 2024 Amphiluke<br>
103+
© 2025 Amphiluke<br>
103104
<a href="https://github.com/Amphiluke/handy-scroll">handy-scroll on GitHub</a>
104105
</p>
105106
</footer>

0 commit comments

Comments
 (0)