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