9
-webkit-transform: scale(0);
10
-moz-transform: scale(0);
11
-ms-transform: scale(0);
12
-o-transform: scale(0);
15
-webkit-transition: all 2s linear 0s;
16
-moz-transition: all 2s linear 0s;
17
transition: all 2s linear 0s;
21
-webkit-transform: scale(.25);
22
-moz-transform: scale(.25);
23
-ms-transform: scale(.25);
24
-o-transform: scale(.25);
25
transform: scale(.25);
37
-webkit-animation: pace-bounce 1s infinite;
38
-moz-animation: pace-bounce 1s infinite;
39
-o-animation: pace-bounce 1s infinite;
40
-ms-animation: pace-bounce 1s infinite;
41
animation: pace-bounce 1s infinite;
53
background: rgba(20, 20, 20, .1);
54
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
55
border-radius: 30px / 40px;
56
-webkit-transform: scaleY(.3) !important;
57
-moz-transform: scaleY(.3) !important;
58
-ms-transform: scaleY(.3) !important;
59
-o-transform: scaleY(.3) !important;
60
transform: scaleY(.3) !important;
61
-webkit-animation: pace-compress .5s infinite alternate;
62
-moz-animation: pace-compress .5s infinite alternate;
63
-o-animation: pace-compress .5s infinite alternate;
64
-ms-animation: pace-compress .5s infinite alternate;
65
animation: pace-compress .5s infinite alternate;
68
@-webkit-keyframes pace-bounce {
71
-webkit-animation-timing-function: ease-in;
77
-webkit-animation-timing-function: ease-out;
82
border-radius: 70px / 60px;
83
-webkit-animation-timing-function: ease-in;
89
-webkit-animation-timing-function: ease-out;
93
-webkit-animation-timing-function: ease-in;
97
-webkit-animation-timing-function: ease-in;
101
@-moz-keyframes pace-bounce {
104
-moz-animation-timing-function: ease-in;
110
-moz-animation-timing-function: ease-out;
115
border-radius: 70px / 60px;
116
-moz-animation-timing-function: ease-in;
122
-moz-animation-timing-function: ease-out;}
125
-moz-animation-timing-function: ease-in;
128
-moz-animation-timing-function: ease-in;
132
@keyframes pace-bounce {
135
animation-timing-function: ease-in;
140
animation-timing-function: ease-out;
145
border-radius: 70px / 60px;
146
animation-timing-function: ease-in;
152
animation-timing-function: ease-out;
156
animation-timing-function: ease-in;
160
animation-timing-function: ease-in;
164
@-webkit-keyframes pace-compress {
170
background: rgba(20, 20, 20, .1);
171
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
172
border-radius: 30px / 40px;
173
-webkit-animation-timing-function: ease-in;
180
background: rgba(20, 20, 20, .3);
181
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
182
border-radius: 20px / 20px;
183
-webkit-animation-timing-function: ease-out;
187
@-moz-keyframes pace-compress {
193
background: rgba(20, 20, 20, .1);
194
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
195
border-radius: 30px / 40px;
196
-moz-animation-timing-function: ease-in;
203
background: rgba(20, 20, 20, .3);
204
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
205
border-radius: 20px / 20px;
206
-moz-animation-timing-function: ease-out;
210
@keyframes pace-compress {
216
background: rgba(20, 20, 20, .1);
217
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
218
border-radius: 30px / 40px;
219
animation-timing-function: ease-in;
226
background: rgba(20, 20, 20, .3);
227
box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
228
border-radius: 20px / 20px;
229
animation-timing-function: ease-out;