From 753b164c586b4f39563cbb0f96d96e476546a80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Sun, 7 Feb 2021 18:24:15 +0100 Subject: [PATCH] Animate question change --- ui/static/game.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/static/game.css b/ui/static/game.css index 888ddf1..f2a9029 100644 --- a/ui/static/game.css +++ b/ui/static/game.css @@ -33,6 +33,11 @@ align-items: center; } +#question * { + animation-name: appear; + animation-duration: .5s; +} + #question > h1 { font-size: 3rem; }