mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-23 01:36:09 +01:00
feat(styles): add fadeIn animation
This commit is contained in:
parent
d69937ad53
commit
e44109e380
4 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div baCardBlur class="card {{cardType}} {{baCardClass || ''}}" zoom-in>
|
||||
<div baCardBlur class="animated fadeIn card {{cardType}} {{baCardClass || ''}}" zoom-in>
|
||||
<div *ngIf="title" class="card-header clearfix">
|
||||
<h3 class="card-title">{{title}}</h3>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue