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; }