mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
refactor(viewers): speed up animation
This commit is contained in:
parent
59471edf89
commit
0a5e3e131c
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
height: 100%;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
transition: all 0.5s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
}
|
||||
|
||||
.slide-out-container::before {
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0 6rem;
|
||||
transition: all 0.5s ease-out;
|
||||
transition: all 0.2s ease-out;
|
||||
}
|
||||
|
||||
.expanded .content-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue