From 35110905ff36e393d3562bdce458b0a049919705 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 18 Feb 2026 10:44:32 +0000 Subject: [PATCH] Update SplashScreen component with improved text and logo interactions - Changed the tap-to-start text from "Enter the Exit" to "Enter to Exit" for clarity. - Enhanced the logo hover effect to play a keyboard typing sound, improving user feedback. - Updated CSS for the tap-to-start logo to include new transition effects and animations for a more engaging experience. --- neode-ui/src/components/SplashScreen.vue | 47 +++++++++++++++++++----- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/neode-ui/src/components/SplashScreen.vue b/neode-ui/src/components/SplashScreen.vue index 6bd912c5..fab330ef 100644 --- a/neode-ui/src/components/SplashScreen.vue +++ b/neode-ui/src/components/SplashScreen.vue @@ -108,12 +108,15 @@ class="tap-to-start-text font-archipelago font-extrabold text-6xl sm:text-7xl md:text-8xl lg:text-9xl tracking-widest uppercase whitespace-nowrap select-none transition-opacity duration-300" :class="{ 'opacity-0': tapStartTransitioning }" > - Enter the Exit + Enter to Exit