diff options
Diffstat (limited to 'client/web/templates/index.ejs')
| -rw-r--r-- | client/web/templates/index.ejs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs index bf8ba57..02b375c 100644 --- a/client/web/templates/index.ejs +++ b/client/web/templates/index.ejs @@ -24,9 +24,15 @@ svg { -moz-user-select: none; user-select: none; } +body { + transition: opacity 200ms; +} +.loading { + opacity: 0; +} </style> </head> - <body> + <body class='loading'> <div id="react-root"></div> </body> <script src="https://www.youtube.com/iframe_api"></script> |
