From ad3ef5456359af0d0824c5886dd5abdea880ec0e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 22:59:41 +0000 Subject: [PATCH] Add animations and loading states to onboarding UI cgen-064b73e093084d54bc17abfab4f8f45c --- client/pages/Onboarding.tsx | 67 ++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 16 deletions(-) diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index df880e2b..3746a0e8 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -105,37 +105,72 @@ export default function Onboarding() {
{/* Progress Bar */} -
+
-

Join AeThex

- +

Join AeThex

+ Step {currentStep + 1} of {steps.length}
-
-
+
+ {/* Step Indicators */} +
+ {steps.map((_, index) => ( +
+ ))} +
{/* Step Content */} -
+
-

+

{steps[currentStep].title}

- + {isTransitioning ? ( + + ) : ( +
+ +
+ )} +
+ + {/* Floating particles effect */} +
+ {[...Array(15)].map((_, i) => ( +
+ ))}