We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366266 commit 43169f6Copy full SHA for 43169f6
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Optimized Stars Animation with GSAP and Canvas - High DPI Support</title>
+ <title>Stardust</title>
7
<style>
8
body, html {
9
margin: 0;
@@ -16,7 +16,7 @@
16
#starfield {
17
width: 100%;
18
height: 100%;
19
- display: block; /* This ensures the canvas is displayed correctly */
+ display: block;
20
}
21
</style>
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
0 commit comments