From a2ee14e74f5131952cb7bfbe6417eb46c5bb9bc7 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Thu, 3 Dec 2020 16:53:22 +0100 Subject: [PATCH] Set revealer animation fill mode to "forwards" --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 81503647..a13f24d2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -133,8 +133,9 @@ scale marks { .buttonrotate { animation-name: halfrotate; animation-duration: 200ms; - animation-delay: 302ms; + animation-delay: 280ms; animation-timing-function: linear; + animation-fill-mode: forwards; animation-iteration-count: 1; }