Attention !!! I made a mistake when recording the video and I'm now realizing it. At 2:32 instead of making it looped : true, make it loop : true. Sorry for this mistake
@THISISDAMILOLA12 жыл бұрын
Cool, it worked
@oyeniranoluwaseun6068 Жыл бұрын
Thank you. Just about to ask about this.
@adefilasaheed51717 ай бұрын
It's not working after making the corrections
@Muhammadqodir20105 ай бұрын
Thank you it worked
@BlackWolfOff4 ай бұрын
@@adefilasaheed5171 Don't put the dot (.)
@Muhammadqodir20105 ай бұрын
Thank you so much, bro! I am subbed the channel and clicked like❤
@ColeHartman110 ай бұрын
One thing to notice is that the script tag has to be above your other html not below
@sumaiyakhan9416 ай бұрын
best best best...! Your vedio help me alot.
@cheekypigg6 ай бұрын
you saved my day ! thank you
@Vapou5 ай бұрын
if it's too fast, change typespeed and backspeed to typeSpeed and backSpeed ! :)
@vinayakbhosale31255 ай бұрын
is there any way to hold the text for a while before changing.. if there's please let me know!
@Vapou5 ай бұрын
@@vinayakbhosale3125 Hi ! you can use this backDelay: 700, it is 700 by default, you can increase it to make it last longer like backDelay: 2000,
@princesoni54836 ай бұрын
Great video
@poompoompoom10 ай бұрын
if it's doesn't work try loop instead of looped it's worked for me
@ritikmodanwal810 Жыл бұрын
Thanks alot brother ❤️
@htmlcamp Жыл бұрын
No problem 👍
@RajeshKumar-of9jo Жыл бұрын
Super
@Drdestruction_27 Жыл бұрын
Not working...even after i recorrect the mistake... i check every bit
@adefilasaheed51717 ай бұрын
Same here and he's not addressing it
@TechnicalRace-x4h3 ай бұрын
copy and paste it, it will work. var typed = new Typed('.auto-type', { strings: ['your first sentence', 'see fdfdfd', 'thank you'], typeSpeed: 130, backSpeed: 130, loop: true, });
@TechnicalRace-x4h3 ай бұрын
@@adefilasaheed5171 var typed = new Typed('.auto-type', { strings: ['your first sentence', 'subscribe', 'thank you'], typeSpeed: 130, backSpeed: 130, loop: true, });
@realamrioАй бұрын
@@TechnicalRace-x4h THANK YOU SO MUCH!!! but what was the problem there? like what did i do wrong
@TechnicalRace-x4hАй бұрын
@@realamrio I think there was some space between your code,.
@parasbabiya9133 Жыл бұрын
it was really helpful
@htmlcamp Жыл бұрын
Really glad 😊
@prosenjeetsarker Жыл бұрын
why stop animation ?
@htmlcamp Жыл бұрын
check pinned comment for correction. Sorry for inconvenience 🙏
@shrutichouksey13246 ай бұрын
thank u so much...............
@saneekhan14963 ай бұрын
sir its not working on my browser
@kartikwarbhog4205 Жыл бұрын
I think no need to write "Programmer" in the span tag because we mentioned it in string
@htmlcamp Жыл бұрын
I put it in the span tag so that only that text will be auto typed. Also, so that i can apply style like color to only that text. Anyways, Thanks
@kartikwarbhog4205 Жыл бұрын
@@htmlcampYou helped me a lot thank you ❤
@kartikwarbhog4205 Жыл бұрын
@@htmlcampBut one problem is there I put typespeed and backspeed 150 but it's typing speed is very fast
@MarzoukRayen3 ай бұрын
merci !!!
@mohamedlafi3768Ай бұрын
iset sousse ?
@MarzoukRayenАй бұрын
@mohamedlafi3768 eyy 👋
@mohamedlafi3768Ай бұрын
@@MarzoukRayen netcharfou 5ouya ml safra
@MarzoukRayenАй бұрын
@@mohamedlafi3768 🤍🤍
@wisdommathematics3893 ай бұрын
Important note for those their own are not working! Change: var typed = new typed () To: var typed = new Typed() Notice that I changed from lower case t in new typed, to upper case T in new Typed 2. To reduce the speed of typing, increase the value in typeSpeed and backSpeed to a value higher than the 150. I think we are good to go
@chinubunny99749 ай бұрын
I showed the message like - these are the default text. you know what should you do . have a great day ! how to remove this by our own text
@WasifTaj-ff2nq4 ай бұрын
I have the same problem Did you found the solution?
@O10OOO0i3 ай бұрын
Same problem bro😂,its like joke for the user maybe
@AnmolSingh-dt2wm2 ай бұрын
Same problem solve hui kya abhi ?
@lucifergaming20265 ай бұрын
people who are getting problem because of looped change key into loop instead of looped it will work then
@amoljadhav5088 Жыл бұрын
It's not working
@htmlcamp Жыл бұрын
I made a correction please check the pinned comment. Sorry for that
@funwith960fps9 Жыл бұрын
👍
@HexClan-vl2yw8 ай бұрын
😅
@mohammedabdulrahman40568 ай бұрын
its too fast
@mohammedabdulrahman40568 ай бұрын
i mean the animation its not changing even when i change typespeed and backspeed
@Vapou5 ай бұрын
hi ! change typespeed and backspeed to typeSpeed and backSpeed ! :)
@tobyspooner24607 ай бұрын
it's way too quick
@Vapou5 ай бұрын
hi ! change typespeed and backspeed to typeSpeed and backSpeed ! :)
@VSEVEN2 ай бұрын
Common Mistake: 1. check your 'string ' variable, it should be 'strings' 2. making sure it is 'loop' instead of 'looped' 3. if its too slow or fast, just play with 'typespeed' and 'backspeed'