refactor(viewers): speed up animation

This commit is contained in:
Sergey Andrievskiy 2019-06-20 18:08:45 +03:00
parent 59471edf89
commit 0a5e3e131c

View file

@ -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 {