1515 -webkit-transition : all 2s linear 0s ;
1616 -moz-transition : all 2s linear 0s ;
1717 transition : all 2s linear 0s ;
18- cursor : pointer;
1918}
2019
2120.pace .pace-active {
2524 -o-transform : scale (.25 );
2625 transform : scale (.25 );
2726 opacity : 1 ;
28- cursor : pointer;
2927}
3028
3129.pace .pace-activity {
4139 -o-animation : pace-bounce 1s infinite;
4240 -ms-animation : pace-bounce 1s infinite;
4341 animation : pace-bounce 1s infinite;
44- cursor : pointer;
4542}
4643
4744.pace .pace-progress {
6158 -ms-transform : scaleY (.3 );
6259 -o-transform : scaleY (.3 );
6360 transform : scaleY (.3 );
64- -webkit-animation : pace-compress 1 s infinite;
65- -moz-animation : pace-compress 1 s infinite;
66- -o-animation : pace-compress 1 s infinite;
67- -ms-animation : pace-compress 1 s infinite;
68- animation : pace-compress 1 s infinite;
61+ -webkit-animation : pace-compress .5 s infinite alternate ;
62+ -moz-animation : pace-compress .5 s infinite alternate ;
63+ -o-animation : pace-compress .5 s infinite alternate ;
64+ -ms-animation : pace-compress .5 s infinite alternate ;
65+ animation : pace-compress .5 s infinite alternate ;
6966}
7067
7168@-webkit-keyframes pace-bounce {
175172 border-radius : 30px / 40px ;
176173 -webkit-animation-timing-function : ease-in;
177174 }
178- 50 % {
175+ 100 % {
179176 bottom : 30px ;
180177 margin-left : -10px ;
181178 width : 20px ;
185182 border-radius : 20px / 20px ;
186183 -webkit-animation-timing-function : ease-out;
187184 }
188- 100% {
189- bottom : 0 ;
190- margin-left : -30px ;
191- width : 60px ;
192- height : 75px ;
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- -webkit-animation-timing-function : ease-in;
197- }
198185}
199186
200187@-moz-keyframes pace-compress {
208195 border-radius : 30px / 40px ;
209196 -moz-animation-timing-function : ease-in;
210197 }
211- 50 % {
198+ 100 % {
212199 bottom : 30px ;
213200 margin-left : -10px ;
214201 width : 20px ;
218205 border-radius : 20px / 20px ;
219206 -moz-animation-timing-function : ease-out;
220207 }
221- 100% {
222- bottom : 0 ;
223- margin-left : -30px ;
224- width : 60px ;
225- height : 75px ;
226- background : rgba (20 , 20 , 20 , .1 );
227- box-shadow : 0 0 20px 35px rgba (20 , 20 , 20 , .1 );
228- border-radius : 30px / 40px ;
229- -moz-animation-timing-function : ease-in;
230- }
231208}
232209
233210@keyframes pace-compress {
241218 border-radius : 30px / 40px ;
242219 animation-timing-function : ease-in;
243220 }
244- 50 % {
221+ 100 % {
245222 bottom : 30px ;
246223 margin-left : -10px ;
247224 width : 20px ;
251228 border-radius : 20px / 20px ;
252229 animation-timing-function : ease-out;
253230 }
254- 100% {
255- bottom : 0 ;
256- margin-left : -30px ;
257- width : 60px ;
258- height : 75px ;
259- background : rgba (20 , 20 , 20 , .1 );
260- box-shadow : 0 0 20px 35px rgba (20 , 20 , 20 , .1 );
261- border-radius : 30px / 40px ;
262- animation-timing-function : ease-in;
263- }
264231}
0 commit comments