2525 z-index : 2000 ;
2626 position : absolute;
2727 height : 60px ;
28- width : 100px !important ;
28+ width : 100px ;
29+
30+ -webkit-transform : translate3d (0 , 0 , 0 ) !important ;
31+ -ms-transform : translate3d (0 , 0 , 0 ) !important ;
32+ transform : translate3d (0 , 0 , 0 ) !important ;
2933}
3034
3135.pace .pace-progress : before {
4751 position: absolute;
4852}
4953
50- .pace .pace-progress : after {
51- border-radius : 50% ;
52- border : 5px solid `args.color || "#29d" `;
53- content: ' ' ;
54- dis play: block;
55- position: absolute;
56- to p: 0;
57- left: 0;
58- height: 60px;
59- width: 100px;
60-
61- - webkit- transfor m: rotate(90deg);
62- - moz- transfor m: rotate(90deg);
63- - o- transfor m: rotate(90deg);
64- transfor m: rotate(90deg);
65- - webkit- animation: spin-3 2s linear infinite;
66- - moz- animation: spin-3 2s linear infinite;
67- - o- animation: spin-3 2s linear infinite;
68- animation: spin-3 2s linear infinite;
69- }
70-
7154.pace .pace-activity {
7255 font-size : 15px ;
7356 line-height : 1 ;
7760 width : 100px ;
7861
7962 display : block;
63+ -webkit-animation : pace-theme-center-atom-spin 2s linear infinite;
64+ -moz-animation : pace-theme-center-atom-spin 2s linear infinite;
65+ -o-animation : pace-theme-center-atom-spin 2s linear infinite;
66+ animation : pace-theme-center-atom-spin 2s linear infinite;
8067}
8168
82- .pace .pace-activity : before {
69+ .pace .pace-activity {
8370 border-radius : 50% ;
8471 border : 5px solid `args.color || "#29d" `;
8572 content: ' ' ;
8976 left: 0;
9077 height: 60px;
9178 width: 100px;
92-
93- - webkit- animation: spin-1 2s linear infinite;
94- - moz- animation: spin-1 2s linear infinite;
95- - o- animation: spin-1 2s linear infinite;
96- animation: spin-1 2s linear infinite;
9779}
9880
99- .pace .pace-activity : after {
81+ .pace .pace-activity : after {
10082 border-radius : 50% ;
10183 border : 5px solid `args.color || "#29d" `;
10284 content: ' ' ;
10385 dis play: block;
10486 position: absolute;
105- to p: 0 ;
106- left: 0 ;
87+ to p: -5px ;
88+ left: -5px ;
10789 height: 60px;
10890 width: 100px;
10991
110- - webkit- transfor m: rotate(45deg);
111- - moz- transfor m: rotate(45deg);
112- - o- transfor m: rotate(45deg);
113- transfor m: rotate(45deg);
114- - webkit- animation: spin-2 2s linear infinite;
115- - moz- animation: spin-2 2s linear infinite;
116- - o- animation: spin-2 2s linear infinite;
117- animation: spin-2 2s linear infinite;
92+ - webkit- transfor m: rotate(60deg);
93+ - moz- transfor m: rotate(60deg);
94+ - o- transfor m: rotate(60deg);
95+ transfor m: rotate(60deg);
11896}
11997
120- @-webkit-keyframes spin-1 {
121- 0% { -webkit-transform : rotate (0deg ); }
122- 100% { -webkit-transform : rotate (359deg );}
123- }
124- @-moz-keyframes spin-1 {
125- 0% { -moz-transform : rotate (0deg ); }
126- 100% { -moz-transform : rotate (359deg );}
127- }
128- @-o-keyframes spin-1 {
129- 0% { -o-transform : rotate (0deg ); }
130- 100% { -o-transform : rotate (359deg );}
131- }
132- @keyframes spin-1 {
133- 0% { transform : rotate (0deg ); }
134- 100% { transform : rotate (359deg );}
135- }
98+ .pace .pace-activity : before {
99+ border-radius : 50% ;
100+ border : 5px solid `args.color || "#29d" `;
101+ content: ' ' ;
102+ dis play: block;
103+ position: absolute;
104+ to p: -5px;
105+ left: -5px;
106+ height: 60px;
107+ width: 100px;
136108
137- @-webkit-keyframes spin-2 {
138- 0% { -webkit-transform : rotate (59.8deg ); }
139- 100% { -webkit-transform : rotate (418.8deg );}
140- }
141- @-moz-keyframes spin-2 {
142- 0% { -moz-transform : rotate (59.8deg ); }
143- 100% { -moz-transform : rotate (418.8deg );}
144- }
145- @-o-keyframes spin-2 {
146- 0% { -o-transform : rotate (59.8deg ); }
147- 100% { -o-transform : rotate (418.8deg );}
148- }
149- @keyframes spin-2 {
150- 0% { transform : rotate (59.8deg ); }
151- 100% { transform : rotate (418.8deg );}
109+ - webkit- transfor m: rotate(120deg);
110+ - moz- transfor m: rotate(120deg);
111+ - o- transfor m: rotate(120deg);
112+ transfor m: rotate(120deg);
152113}
153114
154- @-webkit-keyframes spin-3 {
155- 0% { -webkit-transform : rotate (119.6deg ); }
156- 100% { -webkit-transform : rotate (478.6deg );}
115+ @-webkit-keyframes pace-theme-center-atom-spin {
116+ 0% { -webkit-transform : rotate (0deg ) }
117+ 100% { -webkit-transform : rotate (359deg ) }
118+ }
119+ @-moz-keyframes pace-theme-center-atom-spin {
120+ 0% { -moz-transform : rotate (0deg ) }
121+ 100% { -moz-transform : rotate (359deg ) }
157122}
158- @-moz -keyframes spin-3 {
159- 0% { -moz -transform : rotate (119.6 deg ); }
160- 100% { -moz -transform : rotate (478.6 deg ); }
123+ @-o -keyframes pace-theme-center-atom-spin {
124+ 0% { -o -transform : rotate (0 deg ) }
125+ 100% { -o -transform : rotate (359 deg ) }
161126}
162- @-o- keyframes spin-3 {
163- 0% { -o- transform: rotate (119.6 deg ); }
164- 100% { -o- transform: rotate (478.6 deg ); }
127+ @keyframes pace-theme-center-atom-spin {
128+ 0% { transform : rotate (0 deg ) }
129+ 100% { transform : rotate (359 deg ) }
165130}
166- @keyframes spin-3 {
167- 0% { transform : rotate (119.6deg ); }
168- 100% { transform : rotate (478.6deg );}
169- }
0 commit comments