From 788b2ea36504164508a6bd9e837d339ffecf78c8 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Thu, 21 Dec 2017 22:38:01 -0500 Subject: [PATCH] faster transitions --- src/scss/_statusbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/_statusbar.scss b/src/scss/_statusbar.scss index cdd5553b2..fceb14a09 100644 --- a/src/scss/_statusbar.scss +++ b/src/scss/_statusbar.scss @@ -9,7 +9,7 @@ box-shadow: 1px 1px 4px 0 rgba($color-asphalt-gray, 0.3); // overflow-x: hidden; z-index: $zIndex-2; - transition: height .35s; + transition: height .2s; } .uppy-StatusBar[aria-hidden=true] { @@ -114,7 +114,7 @@ padding: 7px 10px; border-radius: 4px; cursor: pointer; - transition: all 0.3s; + transition: all 0.2s; } .uppy-StatusBar-actionBtn:not(:last-child) {