From 0f2f2b4e5ca9ba4ceaa2e25b7fd88416df14cadb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 21 Oct 2017 10:55:21 +0200 Subject: [PATCH] Fix the lower third being stuck after show + hide. --- score.css | 1 + 1 file changed, 1 insertion(+) diff --git a/score.css b/score.css index 60febc4..bbfa7a8 100644 --- a/score.css +++ b/score.css @@ -180,6 +180,7 @@ body { -webkit-animation: scale-in-small 1.6s ease; width: 0px; border-left: 0px; + -webkit-animation-fill-mode: both; } .lowerthird-subheading-content { position: absolute; -- 2.39.5