diff --git a/src/components/MainLayout.js b/src/components/MainLayout.js index bb4addd..a0d5c70 100644 --- a/src/components/MainLayout.js +++ b/src/components/MainLayout.js @@ -13,6 +13,7 @@ import { useSummaryData } from "../models/LiveDataSubscription" import moment from "moment" import { DeveloperPanel, useLocalStorageFlag } from "../models/DeveloperOptions" import Placeholder from "./Placeholder" +import { keyframes } from "@emotion/core" /** * @param {object} props @@ -218,6 +219,7 @@ function CountdownCurtain({ location }) { alignItems: "center", justifyContent: "center", textAlign: "center", + animation: `3s ${curtainAnimation} linear`, }} >