File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 irajul / kutuk
3838 </ a >
3939 < p class ="hero-kicker "> kutuk for macos</ p >
40- < h1 class ="hero-title " data-text ="the missing click. " aria-label ="the missing click. ">
41- < span class ="type-ghost " aria-hidden ="true "> the missing click. </ span >
40+ < h1 class ="hero-title " data-text ="the missing click " aria-label ="the missing click ">
41+ < span class ="type-ghost " aria-hidden ="true "> the missing click</ span >
4242 < span class ="type-live " aria-hidden ="true ">
43- < span class ="type-target "> < span id ="typeTarget " class ="type-text "> the missing click. </ span > < span class ="type-cursor " id ="typeCursor "> _</ span > </ span >
43+ < span class ="type-target "> < span id ="typeTarget " class ="type-text "> the missing click</ span > < span class ="type-cursor " id ="typeCursor "> _</ span > </ span >
4444 </ span >
4545 </ h1 >
4646 < p class ="hero-subtitle ">
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ if (heroTitle && typeTarget && typeCursor) {
131131 const character = phrase [ i - 1 ] ;
132132 typeTarget . textContent = phrase . slice ( 0 , i ) ;
133133 playKeySound ( character ) ;
134- await wait ( character === " " ? 54 : 62 ) ;
134+ await wait ( character === " " ? 84 : 96 ) ;
135135 }
136136
137137 typeCursor . classList . remove ( "is-typing" ) ;
@@ -143,7 +143,7 @@ if (heroTitle && typeTarget && typeCursor) {
143143 return ;
144144 }
145145 typeTarget . textContent = phrase . slice ( 0 , i ) ;
146- await wait ( 38 ) ;
146+ await wait ( 46 ) ;
147147 }
148148
149149 typeCursor . classList . remove ( "is-typing" ) ;
You can’t perform that action at this time.
0 commit comments