From c2495f578ad3838032daee7fe3d35da27f6fad02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 14 Apr 2017 18:34:11 -0300 Subject: [PATCH] reduce transition time --- src/sass/views/tab-home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index bf56ed1a7..a35975664 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -90,7 +90,7 @@ } .animate-show-hide.ng-hide-add, .animate-show-hide.ng-hide-remove { - transition: all linear 2s; + transition: all linear 0.2s; } .wallet-details__item.item { padding-top: 0;