How to Easily Create a Text Typewriter Effect with JavaScript

  Рет қаралды 14,277

dcode

dcode

Күн бұрын

Пікірлер: 24
@LagrangePoint0
@LagrangePoint0 25 күн бұрын
This was a great tutorial! I had achieved this effect before but in a much more complicated and inefficient way.
@bedtimehorrorstoryyoutube
@bedtimehorrorstoryyoutube Жыл бұрын
Simple and effective 😀 Thank you!
@LFG04
@LFG04 Жыл бұрын
this is a very easy and good way of doing a typewriter effect, good job and thanks!
@MichaelShingo
@MichaelShingo 10 ай бұрын
I'm curious, is there is an advantage to doing this recursively vs. iteratively?
@istbl3480
@istbl3480 11 ай бұрын
Thanks!
@dcode-software
@dcode-software 10 ай бұрын
You're welcome! Thank you for the Super Thanks 💪 appreciate it
@euVicodes
@euVicodes 3 ай бұрын
amazing thank you so much. how can i make it repeat alone ?
@danushadhaamarasekera7215
@danushadhaamarasekera7215 8 ай бұрын
Thanks brother, may god bless you
@kibels894
@kibels894 Жыл бұрын
Did you notice the bug at the end where there's invalid unicode put to the screen for a second until the full unicode character has been output? Making it work smoothly with unicode would be an interesting video.
@davidpainzug5810
@davidpainzug5810 Жыл бұрын
thank you so much bro
@neontuts5637
@neontuts5637 Жыл бұрын
Awesome! That's a cool trick to create a text-typing effect. Thanks for sharing. How to add a cursor at the end and after text typing is completed that cursor should blink.
@spkim0921
@spkim0921 7 ай бұрын
.text{ overflow: hidden; border-right: .05em solid orange; white-space: nowrap; animation: blink-caret .75s step-end infinite; } @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: orange; } }
8 ай бұрын
thank you bro
@mariners_platter
@mariners_platter Жыл бұрын
where can I get 'Lexend' font? Is that a Google Font?
@Uncaught_in_promise
@Uncaught_in_promise Жыл бұрын
Cute. What if I want this effect to loop endlessly?
@Imam.Mehdi_
@Imam.Mehdi_ Жыл бұрын
Just add typeTypeEffect(element,text) in if(text ===length-1)
@frankdrolet9439
@frankdrolet9439 Жыл бұрын
Love your tutorials, you should do more advanced front-end stuff
@euVicodes
@euVicodes 3 ай бұрын
how can add this to a project of mine? i´m trying but it´s not working
@suelingsusu1339
@suelingsusu1339 Жыл бұрын
Nice!!🌹👌👍🙏🖖🖖🖖
@hiboktalampak1473
@hiboktalampak1473 Жыл бұрын
i use opera gx. every time i type in there, there is this clacking sound. i like it. how to do that with js?
@MichaelShingo
@MichaelShingo 10 ай бұрын
Add a keyboard event listener and have it trigger a sound. Tone.js is a good library to play sounds with javascript.
@lewisli3672
@lewisli3672 Жыл бұрын
dope
@oladitiabiodun
@oladitiabiodun 11 ай бұрын
Please how can I make the text infinitely repeat
@HAZ0517
@HAZ0517 4 ай бұрын
Doesn't work for me >.>
Matrix Rain Experiments in JavaScript (tutorial)
24:51
Franks laboratory
Рет қаралды 55 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,4 МЛН
Super Easy Typewriter Animation With JavaScript
17:17
Tom Is Loading
Рет қаралды 12 М.
Customizable typewriter animation with CSS
19:27
Kevin Powell
Рет қаралды 348 М.
Can I copy this text reveal scroll effect with CSS-only?
17:17
Kevin Powell
Рет қаралды 136 М.
Easy HTML & CSS Cards
8:58
dcode
Рет қаралды 2,9 М.
How To Create Your Own Implementation Of JavaScript Promises
33:34
Web Dev Simplified
Рет қаралды 104 М.
JavaScript Promises Crash Course
24:03
Kevin Powell
Рет қаралды 39 М.
How To Build JavaScript Projects Without Getting Stuck
32:57
Web Dev Simplified
Рет қаралды 72 М.
How to Animate CSS Properties with JavaScript
10:24
dcode
Рет қаралды 5 М.