From 90b3dea3fded79c7ee8ba63407c03c015281c40e Mon Sep 17 00:00:00 2001 From: My Trang Hong Date: Tue, 9 Oct 2018 10:38:06 +0200 Subject: [PATCH 1/2] simple progressbar animation --- popup.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/popup.css b/popup.css index 984d501..7ca8ad5 100644 --- a/popup.css +++ b/popup.css @@ -173,4 +173,10 @@ body{ background-color: #21ffff; height: 1.5rem; border-radius: 5px; + animation: expandWidth 2s linear; + +} + +@keyframes expandWidth { + 0% { width: 0; } } From 010d4c55d28baaffcb21d5103786099244e862ef Mon Sep 17 00:00:00 2001 From: My Trang Hong Date: Tue, 9 Oct 2018 10:38:43 +0200 Subject: [PATCH 2/2] remove space --- popup.css | 1 - 1 file changed, 1 deletion(-) diff --git a/popup.css b/popup.css index 7ca8ad5..a84bf23 100644 --- a/popup.css +++ b/popup.css @@ -174,7 +174,6 @@ body{ height: 1.5rem; border-radius: 5px; animation: expandWidth 2s linear; - } @keyframes expandWidth {