circular progress bar html css

Solutions on MaxInterview for circular progress bar html css by the best coders in the world

showing results for - "circular progress bar html css"
Silvia
15 Aug 2019
1.wrapper {
2  width: 100px; /* Set the size of the progress bar */
3  height: 100px;
4  position: absolute; /* Enable clipping */
5  clip: rect(0px, 100px, 100px, 50px); /* Hide half of the progress bar */
6}
7/* Set the sizes of the elements that make up the progress bar */
8.circle {
9  width: 80px;
10  height: 80px;
11  border: 10px solid green;
12  border-radius: 50px;
13  position: absolute;
14  clip: rect(0px, 50px, 100px, 0px);
15}
16/* Using the data attributes for the animation selectors. */
17/* Base settings for all animated elements */
18div[data-anim~=base] {
19  -webkit-animation-iteration-count: 1;  /* Only run once */
20  -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
21  -webkit-animation-timing-function:linear; /* Linear animation */
22}
23
24.wrapper[data-anim~=wrapper] {
25  -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
26  -webkit-animation-delay: 3s; /* Wait half of the animation */
27  -webkit-animation-name: close-wrapper; /* Keyframes name */
28}
29
30.circle[data-anim~=left] {
31  -webkit-animation-duration: 6s; /* Full animation time */
32  -webkit-animation-name: left-spin;
33}
34
35.circle[data-anim~=right] {
36  -webkit-animation-duration: 3s; /* Half animation time */
37  -webkit-animation-name: right-spin;
38}
39/* Rotate the right side of the progress bar from 0 to 180 degrees */
40@-webkit-keyframes right-spin {
41  from {
42    -webkit-transform: rotate(0deg);
43  }
44  to {
45    -webkit-transform: rotate(180deg);
46  }
47}
48/* Rotate the left side of the progress bar from 0 to 360 degrees */
49@-webkit-keyframes left-spin {
50  from {
51    -webkit-transform: rotate(0deg);
52  }
53  to {
54    -webkit-transform: rotate(360deg);
55  }
56}
57/* Set the wrapper clip to auto, effectively removing the clip */
58@-webkit-keyframes close-wrapper {
59  to {
60    clip: rect(auto, auto, auto, auto);
61  }
62}
63<div class="wrapper" data-anim="base wrapper">
64  <div class="circle" data-anim="base left"></div>
65  <div class="circle" data-anim="base right"></div>
66</div>
Andrés
12 May 2018
1<div class="container">
2  <div class="box">
3    <div class="chart" data-percent="90" >90%</div>
4    <h2>HTML</h2>
5  </div>
6  <div class="box">
7    <div class="chart" data-percent="72" >72%</div>
8    <h2>CSS</h2>
9  </div>
10  <div class="box">
11    <div class="chart" data-percent="81" >81%</div>
12    <h2>JAVASCRIPT</h2>
13  </div>
14 
15</div>
queries leading to this page
circle progress bar css jshow to make a circular progress bar in csshtml css js progress circlecircular progress bar csscss easy progress bar circlecircle progress bar w3 cssround progress bar in html2 values circular progress bar html cssprogress bar circle html cssskill circular progress bar in html csscircular progress bar in css and htmlprogress bar html css javascript circlecircular progress html csshtml css circular progress levelcircular progress bar with plain html 26 cssprogress bar html circlecircular progress bar on website w3schoolsprogress bar circle in html css jscss progress bar circlecircle progress bar css w3 code penhow to start circle progress bar css at tophtml circle progress bar continuousround progress bar html csshow to create circular progress bar in html5circular progress bar htmlhow to design circle progress bar in csscircular progress in htmlcircle progress bar css3css circular progress barcircular progress bar html and csshow to make circular progress bar in htmlprogress steps circle htmlsemi circular progress bar html csshtml progress bar circlecustom circle progress bar html csscreate circular progress bar csscss circle progressbarcss circular progress bar htmlprogress tracker circle html csshalf circular progress bar html csshow to create circle progress bar in csshow to make circle progress bar in html csscss progress bar with circleshow to create progress circle in csscircle progress bar htmlcss progress circleprogress bar in circle csscss progress bar into circlecircular progress bar html css jsprogress bar circle hthmladding a progress circle in htmlhtml circular progress barcircular progress bar html5js css circle progress barcircle progress html tagsimple css circle progress barprogress circle csscircle progress csshow to make a circle progress bar in csshow to create circle progress bar in htmlcss circle progress bar w3school progress circlecircular progress bar in htmlsemi circle progress bar in html csscircle progress bar using html pure css circle progress barcircle progress bar 28pure css 29circle progress htmlcircle progress bar html csssemi circle progress bar htmlcircle progress bar with cssstatic circular progress bar html cssw3schools progress bar circlecreate circle progress bar csscircle progress bar using html csscircle progress bar css w3circular progressbar in htmlhtml progress circlecircle progress bar csshow to build a circular progress indicator in htmlhow to make circle progress bar in csshtml css circle progress barhtml progress bar circularcss circle progresscircle progress bar in html cssprogress bar circle in htmlhtml css circular progresshtml css progress circleprogress circle w3schoolhow to build a circle progress csshow to make round progress bar in csscircle custom progress bar cssprogress circular bar html y cssprogress circle html csscircular progress bar w3schoolscircular progress bar html csscircle progress bar w3schoolscircular progress bar in cssrounded progress bar html csscreate progress circle csshtml css circular progress barprogress bar circle csshtml easy progress bar circleprogress circle htmlprogress bar css circleprogress circle in htmlcircular progress bar in html cssw3school progress circle how to create circular progress bar in html csshtml css progress bar circlehow to create a circular progress bar using html css and simple javascriptcircle progress bar css w3schoolshtml circle progress bar css script circular progress bar with plain html 2f css custom circle progress htmlsimple circle progress bar csscircle progress design htmlcircular progress bar using html csscircular progress bar html csscircular progress bar html css