aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--assets/css/style.css2
-rw-r--r--assets/js/preLoader.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index eddc36b..8bb8939 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -27,6 +27,7 @@ body {
}
.typewriter h1 {
+ display: none;
overflow: hidden;
border-right: .15em solid white;
white-space: nowrap;
@@ -35,7 +36,6 @@ body {
animation:
typing 1s steps(40, end),
blink-caret .75s step-end infinite;
- animation-delay: 1s;
}
.heading {
diff --git a/assets/js/preLoader.js b/assets/js/preLoader.js
index d2df8b5..35d649e 100644
--- a/assets/js/preLoader.js
+++ b/assets/js/preLoader.js
@@ -1,6 +1,7 @@
$(window).on("load", () => {
$("#udDots")
.fadeOut(300, () => {
+ $(".typewriter h1").fadeIn();
$("#udBgLeft").animate({left: "-50%"}, 300);
$("#udBgRight").animate({right: "-50%"}, 300, () => {
$("#udPreLoader").fadeOut(10);