diff --git a/src/app.pcss b/src/app.pcss index 565363a..0c59719 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -62,3 +62,23 @@ h3 { background: #c3c3cd; color: black; } + +@keyframes contentShow { + 0% { + opacity: 0; + transform: translate(-50%, -48%) scale(0.96); + } + to { + opacity: 1; + transform: translate(-50%, -50%) scale(1); + } +} + +@keyframes overlayShow { + 0% { + opacity: 0; + } + to { + opacity: 1; + } +} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e4e2a0f..b3d62ab 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -48,6 +48,7 @@ @@ -55,6 +56,7 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index fcbf886..d6a7e24 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,3 +1,15 @@ + + suyu - Open-source, non-profit Switch emulator @@ -31,23 +43,54 @@ open-source, forever.

-
- Download -
-
+ + + Download + + + + + + suyu isn't available for download yet. + + Official downloads for suyu aren't available yet, but you're welcome to + compile it yourself from the source code. If you're not comfortable with + that, we recommend you wait for the official release. + + + + + + + + + Contribute -
+