diff --git a/static/index.html b/static/index.html index 9433ca8..7a07559 100644 --- a/static/index.html +++ b/static/index.html @@ -38,8 +38,8 @@

Hi! I'm Violet, a 15 year old web and game developer.
I aspire to make fast and Javascript free websites! I'm currently learning the Godot Engine, but most of my time recently has been spent learning NodeJS.

Beta site - + Blog + FileShare {CUSTOM_STATUS}
diff --git a/static/root.css b/static/root.css index 7039c49..82d28f1 100644 --- a/static/root.css +++ b/static/root.css @@ -23,7 +23,7 @@ } .animatedTitle { - animation: mainText 3s cubic-bezier(0.075, 0.82, 0.165, 1); + animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1); margin: auto; max-width: 75%; /* outline: 1px white solid; */ @@ -31,7 +31,7 @@ .animatedMain { opacity: 1; - animation: fadeDelay 3s cubic-bezier(0.075, 0.82, 0.165, 1); + animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1); } .pfp {