From 32327b45e77039a00c196ace408ed5702b22c73d Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Sep 2014 01:30:52 -0400 Subject: [PATCH] Slightly increase sidebar animation speed --- src/themes/packages/default/modules/sidebar.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/packages/default/modules/sidebar.variables b/src/themes/packages/default/modules/sidebar.variables index ecf6a0818..0d3337025 100755 --- a/src/themes/packages/default/modules/sidebar.variables +++ b/src/themes/packages/default/modules/sidebar.variables @@ -11,5 +11,5 @@ @canvasBackground: @lightBlack; @pageBackground: @bodyBackground; -@animationDuration: 0.6s; +@animationDuration: 0.5s; @easing: ease-in; \ No newline at end of file