diff --git a/src-ui/app/globals.ts b/src-ui/app/globals.ts index 95e2532c..80b84a19 100644 --- a/src-ui/app/globals.ts +++ b/src-ui/app/globals.ts @@ -1,6 +1,6 @@ import { FLAVOUR } from '../build'; -export const SPLASH_MIN_DURATION = 2000; +export const SPLASH_MIN_DURATION = 3000; export const SETTINGS_KEY_AUTOMATION_CONFIGS = 'AUTOMATION_CONFIGS'; export const SETTINGS_KEY_VRCHAT_API = 'VRCHAT_API'; export const SETTINGS_KEY_APP_SETTINGS = 'APP_SETTINGS'; diff --git a/src-ui/assets/splashscreen/splash.jpg b/src-ui/assets/splashscreen/splash.jpg index 4e808d0c..6474dc21 100644 Binary files a/src-ui/assets/splashscreen/splash.jpg and b/src-ui/assets/splashscreen/splash.jpg differ diff --git a/src-ui/assets/splashscreen/splashscreen.css b/src-ui/assets/splashscreen/splashscreen.css index bc7132bd..1561808c 100644 --- a/src-ui/assets/splashscreen/splashscreen.css +++ b/src-ui/assets/splashscreen/splashscreen.css @@ -39,13 +39,13 @@ body { left: 0; width: 100%; height: 100%; - box-shadow: 0 0 50px rgba(255, 255, 255, 1) inset; - /*box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;*/ + /*box-shadow: 0 0 50px rgba(255, 255, 255, 1) inset;*/ + box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset; } .splashscreen { box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1), - 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.5); + 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.5); margin: 100px; position: relative; border-radius: 0.5em; @@ -68,8 +68,8 @@ body { position: absolute; top: 0; left: 0; - transform: translateY(-24px); opacity: 1; + transform: translateY(-24px); } .splash-image { @@ -78,6 +78,7 @@ body { position: absolute; top: 0; left: 0; + transform: translateY(-24px); } img { @@ -95,7 +96,7 @@ img[data-src]:not(.no-fade) { flex-direction: column; align-items: center; justify-content: center; - padding: 2em 17em 1em 3em; + padding: 2em 19em 1em 3em; z-index: 10; } @@ -103,9 +104,9 @@ img[data-src]:not(.no-fade) { display: flex; flex-direction: row; align-items: center; - padding-bottom: 1em; + padding-bottom: 2em; text-shadow: 0 0 4px #00000066; - transition: all 0.6s; + transition: opacity 0.6s, transform 0.6s; transform: translate(0.5em, -1em); } @@ -124,10 +125,10 @@ img[data-src]:not(.no-fade) { } .logo-image img { - width: 5em; - height: 5em; + width: 4em; + height: 4em; margin-bottom: 1.5em; - border-radius: 1.4em; + border-radius: 1.0em; filter: drop-shadow(0 0 4px #00000066); } @@ -165,7 +166,7 @@ img[data-src]:not(.no-fade) { } #status { - padding-bottom: 1em; + padding-bottom: 2em; text-shadow: 0 0 5px rgba(0, 0, 0, 1); } @@ -173,7 +174,7 @@ img[data-src]:not(.no-fade) { display: block; --height-of-loader: 4px; --loader-color: #ffffff; - width: 130px; + width: 110px; height: var(--height-of-loader); border-radius: 30px; background-color: rgba(0, 0, 0, 0.2); @@ -209,6 +210,7 @@ img[data-src]:not(.no-fade) { } } + .bottom-bar { background: var(--color-surface-1); display: flex; diff --git a/src-ui/assets/splashscreen/splashscreen.html b/src-ui/assets/splashscreen/splashscreen.html index fd97e0e4..3f505242 100644 --- a/src-ui/assets/splashscreen/splashscreen.html +++ b/src-ui/assets/splashscreen/splashscreen.html @@ -1,129 +1,129 @@ -
- - - - - - - - - - -