📇How To Make Circular Progress Bar | HTML CSS JavaScript

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 66

  • @Daniellathedragoness
    @Daniellathedragoness 8 месяцев назад +6

    For anyone who wants it to start at the top and animate clockwise, try using "transform: rotate (-90)" and then using negative numbers for the dash offset

  • @DevMadeEasy
    @DevMadeEasy  2 года назад +4

    If you find this video helpful, give it a like👍🏻 as this would help it reach even more people!
    Also, subscribe if you haven't !
    Thank you! 🙏🙏
    🎨 Source Code: devmadeeasy.gumroad.com/l/howtomakecircularprogressbar

    • @yassermounir9405
      @yassermounir9405 2 года назад

      Very helpful, thank you very much.

    • @mraloush8959
      @mraloush8959 Год назад

      i would have subbed if u gave source code

    • @A.Forbes
      @A.Forbes 5 месяцев назад

      @@mraloush8959 the source code is in the video...

  • @davidjanos-szell4593
    @davidjanos-szell4593 20 дней назад

    For those who are wondering, the stroke-dasharray should be the circumference of the circle, or the length of the path.

  • @sarveshkilje405
    @sarveshkilje405 7 месяцев назад +1

    I'm looking for this long time and i finally get it 😍🤩

    • @DevMadeEasy
      @DevMadeEasy  7 месяцев назад

      I am glad you liked it...
      Happy Coding my friend!

  • @SafeTraining-tk9tb
    @SafeTraining-tk9tb Месяц назад

    Nice video - can I know what is the editor that you are using?

  • @eduardoontiveros4579
    @eduardoontiveros4579 Год назад +1

    how can this be hooked up to be functional? do i have to change the stroke-dashoffset everytime i want to fill it up?

  • @phil9894
    @phil9894 3 месяца назад

    how to add content on the right.? for example you are creating a timeline type instead. from 2010 up to 2024.

  • @arminhsz
    @arminhsz Год назад +1

    Hello dear, thank you so much! I have a question for you! With this method the circle is filling out from the middle and how can we make it from the top? Like a clock

  • @azanlodhi9970
    @azanlodhi9970 5 месяцев назад +2

    thanks alot for this

    • @DevMadeEasy
      @DevMadeEasy  5 месяцев назад

      I'm glad you liked it!
      Happy coding my friend.

  • @davidmeinname
    @davidmeinname 2 года назад +5

    very nice progress bar, but I would recommend using a more readable font when filming videos. And the music on 6:10 was unnecessary and way too loud.

    • @davidmeinname
      @davidmeinname 2 года назад +1

      Overall, you should avoid music when explaining or let it play very quietly.

    • @DevMadeEasy
      @DevMadeEasy  2 года назад +2

      Thanks for the feedback, I am a developer not a video editor, this is the part I am still learning how to "work with video and audio".

  • @LePaysagisteDuSubtil
    @LePaysagisteDuSubtil 10 месяцев назад

    Hello,
    Nice circular progress bar !
    I was wondering if it's possible to make that the gradient circle start from the top instead of the right ?
    If it is, can you tell me how to do please ?
    Thanks you !

    • @DevMadeEasy
      @DevMadeEasy  10 месяцев назад

      Yes, absolutely

    • @LePaysagisteDuSubtil
      @LePaysagisteDuSubtil 10 месяцев назад

      @@DevMadeEasy Hello, do you have a tips to do that please ? Thanks you !

    • @Fawaed_salafia
      @Fawaed_salafia 9 месяцев назад

      Maybe rotate() no ?

    • @aurilaus
      @aurilaus 6 месяцев назад

      Hi! Your svg circle must looks like this

  • @abcdgamingandcreations2104
    @abcdgamingandcreations2104 3 месяца назад

    which font are you using

  • @lucianostegun
    @lucianostegun Год назад

    It seems like Silvio Santos is narrating this video... LOL
    Great tutorial!!

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      We definitely have something in common then. When I was living in Brazil, I also worked as an Announcer for a radio station. It's such an exciting job, isn't it? Silvio Santos has a distinctive voice, and his narration style is quite recognizable. I'm glad you enjoyed the tutorial!
      Happy Coding my Friend!

  • @jsamusicsociety
    @jsamusicsociety Год назад

    Great job! Could you tell me what is your Visual Code Thene?Thanks!

    • @DevMadeEasy
      @DevMadeEasy  Год назад +1

      Thank you! The theme I'm currently using is Monokai Pro. It's a popular color scheme for code editors, including Visual Studio Code, that features vibrant and contrasting colors, making code elements stand out and improving readability. If you're interested in trying it out, you can search for "Monokai Pro" in the Visual Studio Code extensions marketplace and install the theme for a visually pleasing coding experience.

  • @chebby111
    @chebby111 Месяц назад

    Great video, but bro, why are you using all these Call of Duty sound effects for a CSS instructional video?

  • @feyzullahuysal9969
    @feyzullahuysal9969 Год назад

    hey hi, number.innerHTML = '${counter}%'; doesn't work as intended. It behaves like a string. Anyone know why?

    • @DevMadeEasy
      @DevMadeEasy  Год назад +1

      Hello Web Warrior, are you using `` ?
      '${counter}%' ❌
      `${counter}%`✅
      Happy Coding. my friend!

  • @appsenence9244
    @appsenence9244 Год назад

    where is the link to the code? I can't find it in the description...

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Hello dev, how are you doing?
      It is in my FB page.
      Happy Coding!

  • @Salamaleikum80
    @Salamaleikum80 Год назад

    How did you change the font of css classes?

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      You can use the font-family property in your CSS rule. Like that:
      .myClass {
      font-family: Arial, Helvetica, sans-serif;
      }
      This will try to use Arial first, then Helvetica, and finally the default sans-serif font if neither of those are available.

    • @Salamaleikum80
      @Salamaleikum80 Год назад

      @@DevMadeEasy nah im talking about your ide your classes are written in handwriting font

  • @maddman9171
    @maddman9171 Год назад

    Hi How can you make this progress bar responsive? Thanks

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      To make it responsive, you can use CSS media queries to adjust the width of the progress bar based on the size of the viewport.

  • @hernyf12
    @hernyf12 Год назад

    Can you help me please. I Need edit the number "157.5" from js for make another skills.
    "
    @keyframes anim {
    100%{
    stroke-dashoffset: 157.5;
    }
    }
    "

    • @tornado2783
      @tornado2783 Год назад

      did you ever get this problem figured out?

  • @rockettsword
    @rockettsword 6 месяцев назад

    It would be great if you could provide the code for copy-pasting. Otherwise, thank you very much for the video!

  • @SteveJohnSteele
    @SteveJohnSteele 8 месяцев назад

    Please change your font to some something easier to read.

  • @syediqbalahmed3176
    @syediqbalahmed3176 2 года назад +1

    *_nice ... progress bar ... see later ..._*

    • @DevMadeEasy
      @DevMadeEasy  2 года назад +2

      I'm glad you like it Syed.
      Happy Coding my Friend.

  • @vadimshuplov6849
    @vadimshuplov6849 Год назад

    Nice bar, but dawn sound and video effects. Are you making this video for children?

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Thanks for you feedback, I am a coder, but still learning how to edit video...
      I am gonna hire a video editor.
      Happy Coding my friend!

  • @it9hektar
    @it9hektar Год назад

    thank u 👍..

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Welcome 😊
      I am glad you liked it.
      Happy Coding my Friend.

  • @shoibeafridi9210
    @shoibeafridi9210 Год назад +1

    bro where is svg file

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Hello Dev, how are you doing?
      You can find it on my FB page
      Happy Coding.

  • @suzsg6169
    @suzsg6169 7 месяцев назад +1

    the number of promotions of your portal is ridiculous 👿

    • @DevMadeEasy
      @DevMadeEasy  7 месяцев назад

      Thanks for your feedback, my friend...
      Happy Coding

  • @glebbaruch6644
    @glebbaruch6644 Год назад +5

    dislike for not sharing svg code and bad font

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Oh, I am sorry, but it is in my FB page.

    • @MarkoFPV
      @MarkoFPV Год назад

      same

    • @tedreams
      @tedreams Год назад +1

      at first, that's what I thought but pausing the video and writing the SVG yourself makes you understand the code and how to customize it. this video deserves likes.

    • @RahulSingh-lo9km
      @RahulSingh-lo9km 8 месяцев назад

      @@DevMadeEasy where on your FB page?

  • @VitorRSBonfim
    @VitorRSBonfim 7 месяцев назад

    are u brazilian?

    • @DevMadeEasy
      @DevMadeEasy  7 месяцев назад

      I am from Portugal!
      Happy Coding my friend.

  • @ruslankirienko972
    @ruslankirienko972 Год назад

    thx

    • @DevMadeEasy
      @DevMadeEasy  Год назад

      Hello Web Warrior, I am glad you liked it!
      Happy Coding my friend!

  • @SteveJohnSteele
    @SteveJohnSteele 8 месяцев назад

    That background noise is awful, please don't do it.

  • @PhotoDesigner1
    @PhotoDesigner1 8 месяцев назад +1

    ... Your intrusive graphics are annoying.

    • @DevMadeEasy
      @DevMadeEasy  8 месяцев назад +1

      I'll talk to my editor, thanks for the feedback!
      Happy Coding my friend"