-
Notifications
You must be signed in to change notification settings - Fork 116
/
index4.html
executable file
·58 lines (55 loc) · 2.51 KB
/
index4.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WebGL Image Transitions | Demo 4 | Codrops</title>
<meta name="description" content="A set of creative WebGL-powered image transitions" />
<meta name="keywords" content="webgl, image transition, distortion, warp, effect, web design" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.typekit.net/fex2uvn.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 in a modern browser that supports CSS Variables.");
</script>
<script src="//tympanus.net/codrops/adpacks/analytics.js"></script>
</head>
<body class="demo-4">
<main>
<div class="frame">
<div class="frame__title-wrap">
<h1 class="frame__title">WebGL Image Transitions</h1>
</div>
<div class="frame__links">
<a href="https://tympanus.net/Tutorials/GooeyImageHoverEffects/">Previous Demo</a>
<a href="https://tympanus.net/codrops/?p=44490">Article</a>
<a href="https://github.com/akella/webGLImageTransitions">GitHub</a>
</div>
<div class="frame__info">Click the image</div>
<div class="frame__demos">
<a href="index.html" class="frame__demo">demo 1</a>
<a href="index2.html" class="frame__demo">demo 2</a>
<a href="index3.html" class="frame__demo">demo 3</a>
<a href="index4.html" class="frame__demo frame__demo--current">demo 4</a>
<a href="index5.html" class="frame__demo">demo 5</a>
<a href="index6.html" class="frame__demo">demo 6</a>
<a href="index7.html" class="frame__demo">demo 7</a>
<a href="index8.html" class="frame__demo">demo 8</a>
</div>
</div>
<div id="content" class="content">
<div id="slider" data-images='["/img/img41.jpg","/img/img42.jpg","/img/img43.jpg"]'>
</div>
</div>
</main>
<script src="js/three.js"></script>
<script src="js/dat-gui.js"></script>
<script src="js/gsap.js"></script>
<script src="js/sketch.js"></script>
<script src="js/demo4.js"></script>
<script src="https://tympanus.net/codrops/adpacks/demoad.js"></script>
</body>
</html>