-
Notifications
You must be signed in to change notification settings - Fork 24
/
index2.html
161 lines (161 loc) · 7.12 KB
/
index2.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Polaroid Stack to Grid Intro Animation | Demo: Spring | Codrops</title>
<meta name="description" content="Demo of the tutorial on how to re-create a similar effect of the takeitapp.co website." />
<meta name="keywords" content="responsive, grid, polaroid, animation, intro, web design, tutorial, responsive images, srcset" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Caveat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/square-loader.min.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
document.documentElement.className = 'js';
</script>
</head>
<body>
<div class="view">
<header class="header">
<div class="codrops-links">
<a class="codrops-icon codrops-icon--prev" href="http://tympanus.net/Development/ElasticCircleSlideshow/" title="Previous Demo"><span>Previous Demo</span></a>
<a class="codrops-icon codrops-icon--drop" href="http://tympanus.net/codrops/?p=26096" title="Back to the article"><span>Back to the Codrops article</span></a>
</div>
<nav class="demos">
<a class="demos__item" href="index.html">Default</a>
<a class="demos__item demos__item--current" href="index2.html">Spring</a>
</nav>
</header>
<section class="page page--mover">
<div class="la-square-loader"><div></div></div>
</section>
<div class="title-wrap">
<h1 class="title title--main">OH<em>!</em>SNAP</h1>
<p class="title title--sub">Smart Auto-Filtering for your shots.</p>
</div>
<section class="page page--static">
<div class="page__title">
<h2 class="page__title-main">Polaroid Stack to Grid Intro Animation</h2>
<p class="page__title-sub">Recreating the effect seen on the <a href="http://www.takeitapp.co/en">takeit</a> website</p>
</div>
<ul class="grid">
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/1.jpg" alt="Some image" />
<h3 class="grid__item-title">Natural saturation effects</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/2.jpg" alt="Some image" />
<h3 class="grid__item-title">Auto-color and light</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/3.jpg" alt="Some image" />
<h3 class="grid__item-title">That special blur</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/4.jpg" alt="Some image" />
<h3 class="grid__item-title">Drama where you need it</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/5.jpg" alt="Some image" />
<h3 class="grid__item-title">Realistic depth</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/6.jpg" alt="Some image" />
<h3 class="grid__item-title">The common, but special</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/7.jpg" alt="Some image" />
<h3 class="grid__item-title">Natural saturation effects</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/8.jpg" alt="Some image" />
<h3 class="grid__item-title">That special blur</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/9.jpg" alt="Some image" />
<h3 class="grid__item-title">Auto-color and light</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/1.jpg" alt="Some image" />
<h3 class="grid__item-title">Natural saturation effects</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/2.jpg" alt="Some image" />
<h3 class="grid__item-title">Auto-color and light</h3>
</a>
</li>
<li class="grid__item">
<a class="grid__link" href="#">
<img class="grid__img" src="img/photos/3.jpg" alt="Some image" />
<h3 class="grid__item-title">That special blur</h3>
</a>
</li>
</ul>
<button class="button button--load" aria-label="Load more images">
<svg class="polaroid" width="100%" height="100%" viewBox="0 0 220 243" preserveAspectRatio="xMidYMid meet">
<rect class="polaroid__base" x="0" y="0" width="220" height="243" rx="5"></rect>
<rect class="polaroid__inner" x="16" y="20" width="189" height="149"></rect>
<g class="polaroid__loader">
<circle cx="61.5" cy="94.5" r="17.5"></circle>
<circle cx="110.5" cy="94.5" r="17.5"></circle>
<circle cx="159.5" cy="94.5" r="17.5"></circle>
</g>
</svg>
<span class="button__text">Load more</span>
</button>
</section>
<div class="device">
<div class="device__screen"></div>
</div>
<button id="showgrid" class="button button--view" aria-label="Show me more">
<svg width="100%" height="100%" viewBox="0 0 310 177" preserveAspectRatio="xMidYMid meet">
<path fill="#FFFFFF" d="M159.875,174.481L306.945,27.41c2.93-2.929,2.93-7.678,0-10.606L292.803,2.661c-1.406-1.407-3.314-2.197-5.303-2.197c-1.989,0-3.896,0.79-5.303,2.197L154.572,130.287L26.946,2.661c-1.406-1.407-3.314-2.197-5.303-2.197c-1.989,0-3.897,0.79-5.303,2.197L2.197,16.804C0.733,18.269,0,20.188,0,22.107s0.732,3.839,2.197,5.303l147.071,147.071C152.197,177.411,156.945,177.411,159.875,174.481L159.875,174.481z" />
</svg>
</button>
<!-- Related demos -->
<section class="content content--related">
<p>If you enjoyed this demo you might also like:</p>
<a class="media-item" href="http://tympanus.net/Development/ScatteredPolaroidsGallery/">
<img class="media-item__img" src="img/related/ScatteredPolaroidGallery.jpg">
<h3 class="media-item__title">Scattered Polaroids Gallery</h3>
</a>
<a class="media-item" href="http://tympanus.net/Development/ImageGridEffects/">
<img class="media-item__img" src="img/related/ImageGridEffects.jpg">
<h3 class="media-item__title">Image Grid Effects</h3>
</a>
</section>
</div><!-- /view -->
<script src="js/classie.js"></script>
<script src="js/dynamics.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/main_2.js"></script>
</body>
</html>