This commit is contained in:
2020-02-10 20:30:58 -05:00
parent 9345993fa5
commit 9a87d02952
3 changed files with 66 additions and 29 deletions
+2 -2
View File
@@ -94,11 +94,11 @@ $(window).load(function() {
// Typed Js
$(".lead").typed({
strings: ["", "Creative"],
strings: ["", "Learning"],
typeSpeed: 100,
});
$(".lead-text").typed({
strings: ["", "New Applatction For App"],
strings: ["", "Learn . Practice . Acquire . Grow"],
typeSpeed: 100,
startDelay: 1200
});