minor time for animation fixes

stable
Xavier Julián 2014-06-30 15:13:23 +02:00
parent 38142a50b7
commit efc4acbf75
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
.menu-secondary { .menu-secondary {
&.filters-bar { &.filters-bar {
@include table-flex-child(0, 1px, 0, 1px); @include table-flex-child(0, 1px, 0, 1px);
@include transition(all .3s linear); @include transition(all .2s linear);
padding: 0; padding: 0;
&.active { &.active {
@include table-flex-child(1, 260px, 0, 260px); @include table-flex-child(1, 260px, 0, 260px);
@include transition(all .3s linear); @include transition(all .2s linear);
padding: 2em 1em; padding: 2em 1em;
.filters-inner { .filters-inner {
@include transition (all .5s ease-in); @include transition (all .4s ease-in);
opacity: 1; opacity: 1;
} }
} }