How to Make An Auto Typing Text Effect Using Html Css & Javascript

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • Create a beautiful auto typing text effect with html css and javascript
    ❤ Subscribe : / @htmlcamp
    ___
    Typed Js :
    github.com/mat...
    ___
    Download Finished Project :
    mega.nz/file/C...
    ___
    Facebook : web.facebook.c...
    Instagram : / html_camp
    Shorts Channel : / @htmlcampshorts5006
    ___
    Credits
    Images Credit : www.pexels.com
    Music Credit : TH-cam Audio Library
    ___
    Check out other videos
    ✅How to Create A Website with a Video Background with Html and Css
    • How to Create a Websit...
    ✅How to Create a Website Header Section With Html Css and Javascrip :
    • How to Create A Header...
    ___
    Tags
    #qrcodegeneratorinhtml
    #qrcodegenerator
    #howtomakeaqrcodegenerator
    ___
    Tools Used
    Download VS Code :
    code.visualstu...
    Download Opera :
    www.opera.com/...
    Download Movavi Video Editor:
    www.movavi.com...
    Flashback Express (Screen Recorder) :
    www.flashbackr...
    ___
    Remember to subscribe and leave a like. Drop all your comments in the comment section. I will try my best to answer them.
    Thanks for watching. I really appreciate you :)
    #html #css #javascript

ความคิดเห็น • 48

  • @htmlcamp
    @htmlcamp  2 ปีที่แล้ว +13

    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

    • @THISISDAMILOLA1
      @THISISDAMILOLA1 2 ปีที่แล้ว +1

      Cool, it worked

    • @oyeniranoluwaseun6068
      @oyeniranoluwaseun6068 11 หลายเดือนก่อน

      Thank you. Just about to ask about this.

    • @adefilasaheed5171
      @adefilasaheed5171 3 หลายเดือนก่อน

      It's not working after making the corrections

    • @SarvarbekIlyosov
      @SarvarbekIlyosov หลายเดือนก่อน

      Thank you it worked

    • @caleb003
      @caleb003 หลายเดือนก่อน

      ​@@adefilasaheed5171 Don't put the dot (.)

  • @SarvarbekIlyosov
    @SarvarbekIlyosov 2 หลายเดือนก่อน

    Thank you so much, bro! I am subbed the channel and clicked like❤

  • @Vapou
    @Vapou 2 หลายเดือนก่อน +1

    if it's too fast, change typespeed and backspeed to typeSpeed and backSpeed ! :)

    • @vinayakbhosale3125
      @vinayakbhosale3125 หลายเดือนก่อน

      is there any way to hold the text for a while before changing.. if there's please let me know!

    • @Vapou
      @Vapou หลายเดือนก่อน

      @@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,

  • @sumaiyakhan941
    @sumaiyakhan941 3 หลายเดือนก่อน

    best best best...! Your vedio help me alot.

  • @cheekypigg
    @cheekypigg 2 หลายเดือนก่อน

    you saved my day ! thank you

  • @ColeHartman1
    @ColeHartman1 7 หลายเดือนก่อน +1

    One thing to notice is that the script tag has to be above your other html not below

  • @MarzoukRayen
    @MarzoukRayen 12 วันที่ผ่านมา

    merci !!!

  • @MR_CIQ
    @MR_CIQ ปีที่แล้ว

    Thank you sir! Btw, I sub.

  • @shrutichouksey1324
    @shrutichouksey1324 3 หลายเดือนก่อน

    thank u so much...............

  • @ritikmodanwal810
    @ritikmodanwal810 9 หลายเดือนก่อน

    Thanks alot brother ❤️

    • @htmlcamp
      @htmlcamp  9 หลายเดือนก่อน

      No problem 👍

  • @poompoompoom
    @poompoompoom 6 หลายเดือนก่อน

    if it's doesn't work try loop instead of looped it's worked for me

  • @Drdestruction_27
    @Drdestruction_27 ปีที่แล้ว +10

    Not working...even after i recorrect the mistake... i check every bit

    • @adefilasaheed5171
      @adefilasaheed5171 3 หลายเดือนก่อน

      Same here and he's not addressing it

    • @user-uh9ki5uf4h
      @user-uh9ki5uf4h วันที่ผ่านมา

      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,
      });

    • @user-uh9ki5uf4h
      @user-uh9ki5uf4h วันที่ผ่านมา

      @@adefilasaheed5171
      var typed = new Typed('.auto-type', {

      strings: ['your first sentence', 'subscribe', 'thank you'],
      typeSpeed: 130,
      backSpeed: 130,
      loop: true,
      });

  • @saneekhan1496
    @saneekhan1496 17 วันที่ผ่านมา

    sir its not working on my browser

  • @parasbabiya9133
    @parasbabiya9133 ปีที่แล้ว

    it was really helpful

    • @htmlcamp
      @htmlcamp  ปีที่แล้ว

      Really glad 😊

  • @princesoni5483
    @princesoni5483 3 หลายเดือนก่อน

    Great video

  • @wisdommathematics389
    @wisdommathematics389 20 วันที่ผ่านมา

    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

  • @lucifergaming2026
    @lucifergaming2026 2 หลายเดือนก่อน

    people who are getting problem because of looped change key into loop instead of looped
    it will work then

  • @kartikwarbhog4205
    @kartikwarbhog4205 ปีที่แล้ว +1

    I think no need to write "Programmer" in the span tag because we mentioned it in string

    • @htmlcamp
      @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
      @kartikwarbhog4205 ปีที่แล้ว

      ​@@htmlcampYou helped me a lot thank you ❤

    • @kartikwarbhog4205
      @kartikwarbhog4205 ปีที่แล้ว

      ​@@htmlcampBut one problem is there I put typespeed and backspeed 150 but it's typing speed is very fast

  • @RajeshKumar-of9jo
    @RajeshKumar-of9jo 10 หลายเดือนก่อน

    Super

  • @prosenjeetsarker
    @prosenjeetsarker ปีที่แล้ว +1

    why stop animation ?

    • @htmlcamp
      @htmlcamp  ปีที่แล้ว

      check pinned comment for correction. Sorry for inconvenience 🙏

  • @chinubunny9974
    @chinubunny9974 5 หลายเดือนก่อน +1

    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-ff2nq
      @WasifTaj-ff2nq หลายเดือนก่อน

      I have the same problem
      Did you found the solution?

    • @O10OOO0i
      @O10OOO0i 18 วันที่ผ่านมา

      Same problem bro😂,its like joke for the user maybe

  • @funwith960fps9
    @funwith960fps9 ปีที่แล้ว

    👍

  • @amoljadhav5088
    @amoljadhav5088 ปีที่แล้ว +1

    It's not working

    • @htmlcamp
      @htmlcamp  ปีที่แล้ว

      I made a correction please check the pinned comment. Sorry for that

  • @HexClan-vl2yw
    @HexClan-vl2yw 4 หลายเดือนก่อน

    😅

  • @tobyspooner2460
    @tobyspooner2460 4 หลายเดือนก่อน

    it's way too quick

    • @Vapou
      @Vapou 2 หลายเดือนก่อน

      hi ! change typespeed and backspeed to typeSpeed and backSpeed ! :)

  • @mohammedabdulrahman4056
    @mohammedabdulrahman4056 5 หลายเดือนก่อน

    its too fast

    • @mohammedabdulrahman4056
      @mohammedabdulrahman4056 5 หลายเดือนก่อน

      i mean the animation its not changing even when i change typespeed and backspeed

    • @Vapou
      @Vapou 2 หลายเดือนก่อน +1

      hi ! change typespeed and backspeed to typeSpeed and backSpeed ! :)