2 * Angular Material Design
3 * https://github.com/angular/material
12 padding-top: 0 !important;
13 margin-bottom: 0 !important; }
14 md-progress-linear._md-progress-linear-disabled {
16 md-progress-linear .md-container {
22 -webkit-transform: translate(0, 0) scale(1, 1);
23 transform: translate(0, 0) scale(1, 1); }
24 md-progress-linear .md-container .md-bar {
31 md-progress-linear .md-container .md-dashed:before {
38 background-color: transparent;
39 background-size: 10px 10px !important;
40 background-position: 0px -23px; }
41 md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
42 -webkit-transition: -webkit-transform 0.2s linear;
43 transition: -webkit-transform 0.2s linear;
44 transition: transform 0.2s linear;
45 transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
46 md-progress-linear .md-container.md-mode-query .md-bar1 {
48 md-progress-linear .md-container.md-mode-query .md-bar2 {
49 -webkit-transition: all 0.2s linear;
50 transition: all 0.2s linear;
51 -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
52 animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); }
53 md-progress-linear .md-container.md-mode-determinate .md-bar1 {
55 md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
56 -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
57 animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite; }
58 md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
59 -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
60 animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite; }
61 md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
62 -webkit-animation: none;
64 md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
65 -webkit-animation-name: none;
66 animation-name: none; }
67 md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
68 -webkit-animation-name: none;
69 animation-name: none; }
70 md-progress-linear .md-container.md-mode-buffer {
71 background-color: transparent !important;
72 -webkit-transition: all 0.2s linear;
73 transition: all 0.2s linear; }
74 md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
76 -webkit-animation: buffer 3s infinite linear;
77 animation: buffer 3s infinite linear; }
79 @-webkit-keyframes query {
82 -webkit-transform: translateX(35%) scale(0.3, 1);
83 transform: translateX(35%) scale(0.3, 1); }
86 -webkit-transform: translateX(-50%) scale(0, 1);
87 transform: translateX(-50%) scale(0, 1); } }
92 -webkit-transform: translateX(35%) scale(0.3, 1);
93 transform: translateX(35%) scale(0.3, 1); }
96 -webkit-transform: translateX(-50%) scale(0, 1);
97 transform: translateX(-50%) scale(0, 1); } }
99 @-webkit-keyframes buffer {
102 background-position: 0px -23px; }
107 background-position: -200px -23px; } }
112 background-position: 0px -23px; }
117 background-position: -200px -23px; } }
119 @-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
121 -webkit-transform: scaleX(0.1);
122 transform: scaleX(0.1);
123 -webkit-animation-timing-function: linear;
124 animation-timing-function: linear; }
126 -webkit-transform: scaleX(0.1);
127 transform: scaleX(0.1);
128 -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
129 animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
131 -webkit-transform: scaleX(0.83);
132 transform: scaleX(0.83);
133 -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
134 animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
136 -webkit-transform: scaleX(0.1);
137 transform: scaleX(0.1); } }
139 @keyframes md-progress-linear-indeterminate-scale-1 {
141 -webkit-transform: scaleX(0.1);
142 transform: scaleX(0.1);
143 -webkit-animation-timing-function: linear;
144 animation-timing-function: linear; }
146 -webkit-transform: scaleX(0.1);
147 transform: scaleX(0.1);
148 -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
149 animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
151 -webkit-transform: scaleX(0.83);
152 transform: scaleX(0.83);
153 -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
154 animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
156 -webkit-transform: scaleX(0.1);
157 transform: scaleX(0.1); } }
159 @-webkit-keyframes md-progress-linear-indeterminate-1 {
162 -webkit-animation-timing-function: linear;
163 animation-timing-function: linear; }
166 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
167 animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
170 -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
171 animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
175 @keyframes md-progress-linear-indeterminate-1 {
178 -webkit-animation-timing-function: linear;
179 animation-timing-function: linear; }
182 -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
183 animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
186 -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
187 animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
191 @-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
193 -webkit-transform: scaleX(0.1);
194 transform: scaleX(0.1);
195 -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
196 animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
198 -webkit-transform: scaleX(0.57);
199 transform: scaleX(0.57);
200 -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
201 animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
203 -webkit-transform: scaleX(0.91);
204 transform: scaleX(0.91);
205 -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
206 animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
208 -webkit-transform: scaleX(0.1);
209 transform: scaleX(0.1); } }
211 @keyframes md-progress-linear-indeterminate-scale-2 {
213 -webkit-transform: scaleX(0.1);
214 transform: scaleX(0.1);
215 -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
216 animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
218 -webkit-transform: scaleX(0.57);
219 transform: scaleX(0.57);
220 -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
221 animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
223 -webkit-transform: scaleX(0.91);
224 transform: scaleX(0.91);
225 -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
226 animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
228 -webkit-transform: scaleX(0.1);
229 transform: scaleX(0.1); } }
231 @-webkit-keyframes md-progress-linear-indeterminate-2 {
234 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
235 animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
238 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
239 animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
242 -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
243 animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
245 left: 117.38889%; } }
247 @keyframes md-progress-linear-indeterminate-2 {
250 -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
251 animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
254 -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
255 animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
258 -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
259 animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
261 left: 117.38889%; } }