-
Notifications
You must be signed in to change notification settings - Fork 16
/
index4.html
95 lines (93 loc) · 5.72 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en" class="no-js loading">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Line Text Hover Animations | Demo 4 | Codrops</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";</script>
<script src="//tympanus.net/codrops/adpacks/analytics.js"></script>
</head>
<body class="demo-4">
<main>
<header class="frame">
<h1 class="frame__title"><a class="hover-effect hover-effect--bg-south" href="https://tympanus.net/codrops/demos/?tag=hover">#Hover</a> Animations on Line <a class="hover-effect hover-effect--bg-south" href="https://tympanus.net/codrops/demos/?tag=typography">#Typography</a></h1>
<a class="hover-effect hover-effect--bg-south frame__back hover-effect hover-effect--bg-south" href="https://tympanus.net/codrops/?p=78645">Article</a>
<a class="hover-effect hover-effect--bg-south frame__archive hover-effect hover-effect--bg-south" href="https://tympanus.net/codrops/demos/">All demos</a>
<a class="hover-effect hover-effect--bg-south frame__github hover-effect hover-effect--bg-south" href="https://github.com/codrops/LineTextHoverAnimations/">GitHub</a>
<nav class="frame__demos">
<span>Variations:</span>
<a class="hover-effect hover-effect--bg-south" href="index.html">V1</a>
<a class="hover-effect hover-effect--bg-south" href="index2.html">V2</a>
<a class="hover-effect hover-effect--bg-south" href="index3.html">V3</a>
<span>V4</span>
</nav>
</header>
<section class="content">
<h2 class="content__title">The Twwins Intergalactic Tour 2045</h2>
<ul class="list">
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Solaris Dome</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Planet Vespera</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-01-21</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">N7 Amphitheater</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Exo-Planet Zyra</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-02-14</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Titan Orbit Arena</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Planet Elara</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-03-30</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Io Lunar Hall</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Moon Xanthe</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-04-25</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Helios Grand Stage</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Asteroid B-612</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-05-19</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">AE Concert Hall</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Delta X9</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-06-10</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Nova Prime Pavilion</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Planet Ganymede</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-07-04</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Galaxy's Edge Theater</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Orion Station N3</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-08-21</span>
</li>
<li class="list__item">
<span class="list__item-col hover-effect hover-effect--bg-south">Starlight Auditorium</span>
<span class="list__item-col hover-effect hover-effect--bg-south">Moon Rhea</span>
<span class="list__item-col hover-effect hover-effect--bg-south">2045-09-10</span>
</li>
</ul>
</section>
</main>
<script src="https://tympanus.net/codrops/adpacks/cda_sponsor.js"></script>
<!-- JavaScript dependencies -->
<!-- GSAP library -->
<script src="js/gsap.min.js"></script>
<!-- SplitType for text manipulation: https://github.com/lukePeavey/SplitType -->
<script src="js/split-type.min.js"></script>
<!-- Scripts for the effect -->
<script type="module" src="js/effect-4/index.js"></script>
</body>
</html>