From 4f720a90e0f264488f343bc82b6b70d2049d0c99 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Thu, 9 Jun 2022 14:58:22 +1000 Subject: Late Thursday fixes --- src/css/progressbar.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/css/progressbar.css') diff --git a/src/css/progressbar.css b/src/css/progressbar.css index cc8f08e..31475d1 100644 --- a/src/css/progressbar.css +++ b/src/css/progressbar.css @@ -22,6 +22,7 @@ width: 68%; /* this can be controlled with javascript to set percent loaded */ height: var(--progress-bar-height); border-radius: var(--progress-bar-radius); + transition: width 200ms ease; } .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .progress-bar div.progress-bar__percentage { font-size: var(--font-size-14); -- cgit v1.2.3