From efc4acbf759cfb4b4a02b8351fb37dd960a9c161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 30 Jun 2014 15:13:23 +0200 Subject: [PATCH] minor time for animation fixes --- app/styles/modules/filters.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/filters.scss b/app/styles/modules/filters.scss index 69180a6f..9ed0d626 100644 --- a/app/styles/modules/filters.scss +++ b/app/styles/modules/filters.scss @@ -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; } }