|
48 | 48 | Microsoft |
49 | 49 | </button> |
50 | 50 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Yahoo)" |
| 51 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
51 | 52 | mat-button |
52 | 53 | [ngClass.xs]="{'space-full-xs':true}" |
53 | 54 | (click)="authProcess.signInWith(authProvider.Yahoo)"> |
|
230 | 231 | [fxLayout]="layout" |
231 | 232 | [fxLayoutAlign]="layout == 'row' ? 'space-around center' : 'stretch'"> |
232 | 233 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Google)" |
| 234 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
233 | 235 | mat-fab |
234 | 236 | class="google-raised" |
235 | 237 | (click)="authProcess.signInWith(authProvider.Google)"> |
236 | 238 | <mat-icon svgIcon="google"></mat-icon> |
237 | 239 | </button> |
238 | 240 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Facebook)" |
| 241 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
239 | 242 | mat-fab |
240 | 243 | class="facebook-raised" |
241 | 244 | (click)="authProcess.signInWith(authProvider.Facebook)"> |
242 | 245 | <mat-icon svgIcon="facebook"></mat-icon> |
243 | 246 | </button> |
244 | 247 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Twitter)" |
| 248 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
245 | 249 | mat-fab |
246 | 250 | class="twitter-raised" |
247 | 251 | (click)="authProcess.signInWith(authProvider.Twitter)"> |
248 | 252 | <mat-icon svgIcon="twitter"></mat-icon> |
249 | 253 | </button> |
250 | 254 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Github)" |
| 255 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
251 | 256 | mat-fab |
252 | 257 | class="github-raised" |
253 | 258 | (click)="authProcess.signInWith(authProvider.Github)"> |
254 | 259 | <mat-icon svgIcon="github"></mat-icon> |
255 | 260 | </button> |
256 | 261 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Microsoft)" |
| 262 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
257 | 263 | mat-fab |
258 | 264 | class="microsoft" |
259 | 265 | (click)="authProcess.signInWith(authProvider.Microsoft)"> |
260 | 266 | <mat-icon svgIcon="microsoft"></mat-icon> |
261 | 267 | </button> |
262 | 268 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Yahoo)" |
| 269 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
263 | 270 | mat-fab |
264 | 271 | class="yahoo-raised" |
265 | 272 | (click)="authProcess.signInWith(authProvider.Yahoo)"> |
|
274 | 281 | fxLayoutAlign.xs="center center" |
275 | 282 | [fxLayoutAlign]="layout == 'row' ? 'space-around center' : 'stretch'"> |
276 | 283 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Google)" |
| 284 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
277 | 285 | mat-mini-fab |
278 | 286 | class="google-raised" |
279 | 287 | fxFlexAlign="center" |
280 | 288 | (click)="authProcess.signInWith(authProvider.Google)"> |
281 | 289 | <mat-icon svgIcon="google"></mat-icon> |
282 | 290 | </button> |
283 | 291 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Facebook)" |
| 292 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
284 | 293 | mat-mini-fab |
285 | 294 | class="facebook-raised" |
286 | 295 | (click)="authProcess.signInWith(authProvider.Facebook)"> |
287 | 296 | <mat-icon svgIcon="facebook"></mat-icon> |
288 | 297 | </button> |
289 | 298 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Twitter)" |
| 299 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
290 | 300 | mat-mini-fab |
291 | 301 | class="twitter-raised" |
292 | 302 | (click)="authProcess.signInWith(authProvider.Twitter)"> |
293 | 303 | <mat-icon svgIcon="twitter" class="icon-white"></mat-icon> |
294 | 304 | </button> |
295 | 305 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Github)" |
| 306 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
296 | 307 | mat-mini-fab |
297 | 308 | class="github-raised" |
298 | 309 | (click)="authProcess.signInWith(authProvider.Github)"> |
299 | 310 | <mat-icon svgIcon="github"></mat-icon> |
300 | 311 | </button> |
301 | 312 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Microsoft)" |
| 313 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
302 | 314 | mat-mini-fab |
303 | 315 | class="microsoft" |
304 | 316 | (click)="authProcess.signInWith(authProvider.Microsoft)"> |
305 | 317 | <mat-icon svgIcon="microsoft"></mat-icon> |
306 | 318 | </button> |
307 | 319 | <button *ngIf="providers === authProvider.ALL || providers.includes(authProvider.Yahoo)" |
| 320 | + [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}" |
308 | 321 | mat-mini-fab |
309 | 322 | class="yahoo-raised" |
310 | 323 | (click)="authProcess.signInWith(authProvider.Yahoo)"> |
|
0 commit comments