Skip to content

Commit 99711e3

Browse files
🚚 Intro & loading progress
1 parent 7da3daf commit 99711e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1264
-252
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"vite": "^4.5.0"
1212
},
1313
"dependencies": {
14+
"gsap": "^3.12.2",
1415
"lil-gui": "^0.19.0",
15-
"stats.js": "^0.17.0",
1616
"three": "^0.158.0"
1717
}
1818
}

src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>34 - Performance tips</title>
6+
<title>35 - Intro and loading progress</title>
77
<link rel="stylesheet" href="./style.css">
88
</head>
99
<body>
1010
<canvas class="webgl"></canvas>
11+
<div class="loading-bar"></div>
1112
<script type="module" src="./script.js"></script>
1213
</body>
1314
</html>

0 commit comments

Comments
 (0)