From 1196eec5471240b5d2f2ee7e778d305fb60ed6ed Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 19 May 2018 00:47:28 +0200 Subject: [PATCH] Add progressbar smoothing --- frontend/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/css/style.css b/frontend/css/style.css index 45fce56..b868258 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -62,6 +62,10 @@ a:hover, a:focus { visibility: visible; } +.el-progress-bar__inner { + transition: width 250ms; +} + .el-breadcrumb { border: 1px solid #ebeef5; border-radius: 5px; -- 2.41.0