-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpainted.html
168 lines (138 loc) · 5.21 KB
/
painted.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Painted Reveals | Kelvin O'Shea</title>
<meta name="description" content="Motion Graphics">
<meta name="author" content="Kelvin O'Shea">
<link href="https://fonts.googleapis.com/css?family=Passion+One:700|Raleway:400,900" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/libraries/jquery.fullPage.css">
<link rel="stylesheet" href="css/animate.css">
<script src="https://use.fontawesome.com/31a1b0f519.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="header">
<a href="index.html"><h3 class="motion">Motion</h3></a>
</div>
<div id="fullpage">
<div class="section intro">
<div class="intro-text">
<h1 class="animated fadeInUp">Painted Reveals</h1>
<p class="animated fadeInUp">Starting with a single image and revealing it.</p>
<hr>
</div>
<div class="nav-down"><i class="fa fa-arrow-down" aria-hidden="true"></i></div>
</div>
<div class="section inspo">
<div class="grid">
<div class="inspo-content" id="thor">
<a href="https://vimeo.com/79140130" class="content-bg" target="_blank">
<p class="content-text">Thor: The Dark World title sequence</p>
<p class="sub-content-text">
This video was my first introduction to painted reveals.
</p>
<div class="click">
Click to view
</div>
</a>
</div>
<div class="inspo-content" id="jessica">
<a href="https://youtu.be/kmUQAZ7K3co" class="content-bg" target="_blank">
<p class="content-text">Jessica Jones title sequence</p>
<p class="sub-content-text">
I was inspired by the sctrachy and distorted reveals used in this title sequence.
</p>
<div class="click">
Click to view
</div>
</a>
</div>
<div class="inspo-content" id="film">
<div class="content-bg">
<p class="content-text">Film Photography</p>
<p class="sub-content-text">
I wanted to use the idea of reveals and apply to the process of capturing an image on film.
</p>
</div>
</div>
<div class="inspo-content" id="flash">
<div class="content-bg">
<p class="content-text">Camera Flash</p>
<p class="sub-content-text">
The camera flash was added to signify and instigate the process of taking a photo.
</p>
</div>
</div>
</div>
<div class="subtitle">
<p>Inspiration</p>
<hr>
</div>
</div>
<div class="section development">
<div class="grid">
<div class="inspo-content" id="eden">
<div class="content-bg">
<p class="content-text">Image selection</p>
<p class="sub-content-text">Picking an image for the basis of the animation</p>
</div>
</div>
<div class="inspo-content" id="photoshop-pr">
<div class="content-bg">
<p class="content-text">Photoshop</p>
<p class="sub-content-text">Editing the image to establish the style of the reveal</p>
</div>
</div>
<div class="inspo-content" id="masking">
<div class="content-bg">
<p class="content-text">Masking</p>
<p class="sub-content-text">Creating and animating masks on individual layers</p>
</div>
</div>
<div class="inspo-content" id="aftereffects-pr">
<div class="content-bg">
<p class="content-text">Compositing & Effects</p>
<p class="sub-content-text">Stacking the layers together and adding various effects to correct the image</p>
</div>
</div>
</div>
<div class="subtitle">
<p>Development</p>
<hr>
</div>
</div>
<div class="section">
<div class="slide" id="styleframe-pr">
<div class="subtitle-sf">
<p>Style frame</p>
<hr>
</div>
</div>
</div>
<div class="section motion-graphic">
<video autoplay class="video">
<source src="vid/painted-reveal.mp4" type="video/mp4">
</video>
</div>
<div class="section fp-auto-height footer">
<a href="type.html" class="link-left">
<h1><i class="fa fa-chevron-circle-left" aria-hidden="true"></i>
Kinetic Typography
</h1></a>
<a href="pastiche.html" class="link-right">
<h1>Pastiche
<i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
</h1></a>
</div>
</div>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js/jquery.fullPage.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>