Skip to content

Commit

Permalink
Update app1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikethanshetty authored Oct 10, 2024
1 parent 289eaf0 commit 797dafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app1.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let typed; // Declare typed variable outside for access in other functions

function startTyping() {
typed = new Typed(".typing", {
strings: ["", "Alva's Singari Melam", "അൽവാസ് ശിങ്കാരിമേളം", "ಆಳ್ವಾಸ್ ಸಿಂಗಾರಿ ಮೇಳ", "अल्वास् सिंगारि मेलम्"],
strings: ["", "Alva's Singari Melam"],
typeSpeed: 100, // Typing speed
backSpeed: 150, // Backspacing speed
backDelay: 1000, // Delay before starting to backspace
Expand Down Expand Up @@ -123,4 +123,4 @@ const nav = document.querySelector(".nav"),
}
}



0 comments on commit 797dafc

Please sign in to comment.