minor time for animation fixes
parent
38142a50b7
commit
efc4acbf75
|
@ -1,15 +1,15 @@
|
|||
.menu-secondary {
|
||||
&.filters-bar {
|
||||
@include table-flex-child(0, 1px, 0, 1px);
|
||||
@include transition(all .3s linear);
|
||||
@include transition(all .2s linear);
|
||||
padding: 0;
|
||||
&.active {
|
||||
@include table-flex-child(1, 260px, 0, 260px);
|
||||
@include transition(all .3s linear);
|
||||
@include transition(all .2s linear);
|
||||
padding: 2em 1em;
|
||||
|
||||
.filters-inner {
|
||||
@include transition (all .5s ease-in);
|
||||
@include transition (all .4s ease-in);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue