20 lines
599 B
HTML
20 lines
599 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Halftone Circles (try scrolling) - #anydayshaders 05</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<canvas id="canv"></canvas>
|
|
<input id="warpSpeed" value="0" />
|
|
<!-- partial -->
|
|
<script src='https://unpkg.com/glea@latest'></script>
|
|
<script src='https://cdn.jsdelivr.net/npm/gsap@3.3.4/dist/gsap.min.js'></script>
|
|
<script src='https://cdn.jsdelivr.net/npm/gsap@3.3.4/dist/ScrollTrigger.js'></script><script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|