-
Notifications
You must be signed in to change notification settings - Fork 18
/
index3.html
42 lines (42 loc) · 3.12 KB
/
index3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Creative WebGL Blobs | Demo 3 | Codrops</title>
<meta name="description" content="Twisted spheres with Three.js" />
<meta name="keywords" content="three.js, webgl, sphere, twisted, animation" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.typekit.net/dmq3uhj.css">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="demo-3 loading">
<main>
<a class="logo dib" aria-label="Wave logo homepage">~</a>
<h2 class="page-title line line--vertical"><div class="dib" style="--clip: 100%;">Creative WebGL Blobs</div></h2>
<nav class="demos">
<div class="dib oh"><a href="index.html" class="frame__demo">demo 1</a></div>
<div class="dib oh"><a href="index2.html" class="frame__demo">demo 2</a></div>
<div class="dib oh"><a href="index3.html" class="frame__demo frame__demo--current">demo 3</a></div>
</nav>
<nav class="links line line--vertical">
<div class="dib oh"><a href="https://tympanus.net/Development/OnScrollLetterAnimations/" class="dib">Previous demo</a></div>
<div class="dib oh"><a href="https://tympanus.net/codrops/?p=52932" class="dib">Article</a></div>
<div class="dib oh"><a href="https://github.com/codrops/WebGLBlobs" class="dib">GitHub</a></div>
</nav>
<div class="menu line line--vertical"><div class="menu__inner"><div class="oh"><div class="menu__inner-translate">Menu</div></div></div></div>
<h1 class="title line line--horizontal oh"><div>Insomnia</div></h1>
<div class="subtitle oh"><div>records</div></div>
<p class="content line line--horizontal">
<span class="db" style="--clip: 0%;">The main reliance, however, in the Emmanuel treatment is on faith, reinforced first by hetero-suggestion and then by patient and persistent auto-suggestion. The man who would be permanently free from insomnia must be an optimist. He must have a philosophy of life wholesome enough to keep him buoyant, cheerful, and serene amid all the changes and the chances of this mortal life.</span>
</p>
<span class="play dib" aria-label="Play">►</span>
<a class="credits credits--site line line--vertical" href="https://twitter.com/codrops"><div class="credits--site-inner oh"><div>@codrops</div></div></a>
<span class="credits credits--author line line--horizontal"><div class="dib" style="--clip: 100%;">Made by <a href="https://twitter.com/marioecg">Mario Carrillo</div></a></span>
<div class="year oh"><div>2021</div></div>
</main>
<script src="./scripts/index3.js"></script>
</body>
</html>