From: Johannes Zellner Date: Fri, 18 May 2018 22:47:28 +0000 (+0200) Subject: Add progressbar smoothing X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=1196eec5471240b5d2f2ee7e778d305fb60ed6ed Add progressbar smoothing --- 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;