If you want this to be more dynamic, use animation, like this: .box .percent svg circle:nth-child(2) { stroke-dashoffset: calc(440 - (440 *87) /100); stroke: #03a9f4; opacity: 10; animation: animate-circle 3s cubic-bezier(0,0.23,1,.1); } @keyframes animate-circle { 0% { opacity: 0; stroke-dashoffset: 440; } 30% { opacity: 0.30; stroke-dashoffset: 200; } 80% { opacity: 0.80; stroke-dashoffset: 100; } 100% { opacity: 10; } }
@AndrewTSq3 жыл бұрын
This is the best channel for me to learn CSS. CSS and HTML was like a black magic for me, and ive watched different youtuberes tutorials, but I never understood a thing really. Then I found this channel, and things made sense :) I like that we all the time see the updates on the side.
@XengShi2 жыл бұрын
Your are genious sir ,❣ I don't have words for you. Aap mahaan hain.....
@m1ch3lr0m3r03 жыл бұрын
4:59 "Put percent value here", the most obvious thing in the entire video is what gets the most explanation.
@thekokoserver3 жыл бұрын
thanks you just saved me from headache
@Mai-karunga-business Жыл бұрын
Thank you ❤️
@Marc1920x1080p Жыл бұрын
Thank you so much for this!!
@tinvo53694 жыл бұрын
wow, this is an awesome video! thanks
@IamManny7775 жыл бұрын
But that seems static, what's a way to make it dynamic so that its functional? I am not sure if it's possible to pass an arg into css but probably isn't best practice too ?
@jumalley4 жыл бұрын
using js
@zegracamasterelite4 жыл бұрын
Is completely normal pass args to css via classes binding in js, this change the dom and new styles can be applied, scss and front end frameworks also allow bind dinamic values in style
@foxmulderqqs4 жыл бұрын
if you still here i can tell you how to turn dynamic
@IamManny7774 жыл бұрын
@@foxmulderqqs sure please do, my front end css work isn't very good but would love to get better.
@Shyrius3 жыл бұрын
@@foxmulderqqs can you tell me how to turn this to dynamic?
@lakshminarayanan90994 жыл бұрын
Excellent bro 👌🏻
@davidmontoya27874 жыл бұрын
Me dio de la siguiente forma: stroke-dasharray: 150; stroke-dashoffset: 150; stroke-dashoffset: calc(150 - (150 * 70) / 100);
@_praba3 жыл бұрын
if i give r = 100, what should i put for stroke-dasharray, stroke-dashoffset?
@mi-skal68802 жыл бұрын
the formula is 2*r*P. This should be your dasharray and offeset
@mariannedeasis Жыл бұрын
@@mi-skal6880 what is P?
@anchalsrivastava97633 жыл бұрын
Thank you 👏👏
@maskman48214 жыл бұрын
this is awesome !!!
@mohamedkhalilkhedhri99422 жыл бұрын
Came excited left with depression I wish i achieve this lvl one day .. now , the only thing i know is how to do a background image xD
@hodaelfi19413 жыл бұрын
thank you!!
@stefanienaiser30662 жыл бұрын
Wow... it`s amazing.. what´s possible with only CSS! I like your videos... Maybe you can help me to fix a problem... I've made the progress circle according to your instruction... and it works very well on Edge-Browser... but not on firefox. Do you have any idea how to fix that? cheers stef
@daidandy5 жыл бұрын
wow,good man
@rnahmed46354 жыл бұрын
Zajallahu Khairan.
@AaronLunaParrado4 жыл бұрын
The best!
@harshvaghanii4 жыл бұрын
Thanks man
@BrightCode5 жыл бұрын
You have already done this before 😑😑 I did the same on my channel but mine I made it so that you will be the one to input the value yourself and the percentage will change
@OnlineTutorialsYT5 жыл бұрын
Yes...but this UI is different
@unknown-bx8my5 жыл бұрын
plz make how to download canvas image tutoriols😢 why you don't apply my request😭
@YahyaRahimov4 жыл бұрын
Yeah but ui is different luuul xD
@BrightCode4 жыл бұрын
@@YahyaRahimov 🤷🤷
@unknown-bx8my4 жыл бұрын
only color is differnet
@alexalannunes4 жыл бұрын
👏👏👏👏👏👏 very good awesome But I did not understand this stroke-dasharray and dashoffset yet. I've read on several sites
@zyishai4 жыл бұрын
Just... thank you!!
@rootzxc36265 жыл бұрын
Can you do it pure CSS only ?
@codewithdash8332 жыл бұрын
good smooth music bro can you tell me what is music name ?
@jobs4084 жыл бұрын
How to make it dynamic?
@sayidinaahmadalqososyi97703 жыл бұрын
Add javascript, tinggal mainin di style percentnya via js
@romuloalves93495 жыл бұрын
Ótimo vídeo parabéns 👍.
@satinderkumar24725 жыл бұрын
Sir aap ko Web development me kitne salo experience hai please answer your works are awesome
@balaji-venkatraman3 жыл бұрын
This looks perfect but i wanted to increase and decrease the size of Progress bar what are the values i need to change?
@xhvsh Жыл бұрын
stroke-dashoffset: calc(440 - (440 * X) / 100); just change the "X" to the value in %
@westfield905 жыл бұрын
Superb
@sovonic3225 жыл бұрын
เยี่ยมยอด
@shoaib-je3ny4 жыл бұрын
Bro your android app is not showing on Playstore
@shoaib-je3ny4 жыл бұрын
Irshad bhai android app q nhi a raha hai aap ka Playstore par
@crazycode25784 жыл бұрын
Thanks
2 жыл бұрын
formule circle svg= PI*2*r = range
@hossainchowdhury99924 жыл бұрын
Why you use the link on the top of css?????
@_praba3 жыл бұрын
how can i start the progress to move from top, instead of right???/
@seifcool3 жыл бұрын
I have the same question.
@Str4ky2 жыл бұрын
Find a way to do it, in the ".box .percent" add a "transform: rotate(-90deg);" to rotate the whole circle and in the ".box .percent .number h2" add a "transform: rotate(90deg);" to put back the number to normal
@Deus-lo-Vuilt3 жыл бұрын
ty
@YahyaRahimov4 жыл бұрын
Usin svg callin pure css 🥴🤪🙃
@umairathar8162 жыл бұрын
i am looking for source file!! how i get ???
@FRANCHISCO5 жыл бұрын
too bad why because no source code first comment!!!
@OnlineTutorialsYT5 жыл бұрын
If you want to learn something then try to write code himself
@OnlineTutorialsYT5 жыл бұрын
If you want only source code then join our channel membership...
@rs-vo1po5 жыл бұрын
i did so, with js. + transfom.rotate
@BharanidharanB-ti5ct4 жыл бұрын
How to make the svg responsive?
@Rj_Punio3 жыл бұрын
it's svg the S stands for "scalable" so just adapt the size in your css with a media query and it will adapt ;)
@nicolaciaco Жыл бұрын
Hou have to use viewbox attribute. In this case for example viewBox="-10 -10 160 160" Later you can modify the svg dimension with media queries and the circles automatically adapt.
@ZariDV4 жыл бұрын
Amazing! Thank you for this. It was just the right tutorial for the final touch I needed on a section my project. It was a nice base for me to take apart, put together and play around with until I could understand the code fully and implement it.
@khushbook22605 жыл бұрын
Sir please make a project of css or jquary to make ben 10 omnitrix effect i request you
@dawidepl78075 жыл бұрын
Could you make tutorial on wave shapes?
@OnlineTutorialsYT5 жыл бұрын
Ok bro
@dawidepl78075 жыл бұрын
@@OnlineTutorialsYT Thanks!
@dawidepl78075 жыл бұрын
@@CoolScratcher I know, but it's better to make own one, than copy, don't you think?
@CoolScratcher4 жыл бұрын
@@dawidepl7807 Using the GUI of getwaves, you are technically making your own...
@dawidepl78074 жыл бұрын
@@CoolScratcher no
@dundiramesh40865 жыл бұрын
This video is nice tq broo. Can you make a video of photo slider with different animations plzzz it helps me a lot. Plzz broo
@unknown-bx8my5 жыл бұрын
please i need how to download canvas image turoriols plz plz make it😢😭