Skip to content

Commit

Permalink
JS PRoGRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
sai4ul committed Oct 25, 2023
1 parent 624fd16 commit 73a65ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/js/mian.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,30 +188,35 @@
height:8,
borderRadius:'var(--radius-two)'
});

$('.bar-2').rProgressbar({
percentage: 80,
fillBackgroundColor: 'var(--main-color-two)',
height:8,
borderRadius:'var(--radius-two)'
});

$('.bar-3').rProgressbar({
percentage: 60,
fillBackgroundColor: 'var(--main-color-three)',
height:8,
borderRadius:'var(--radius-two)'
});

$('.bar-4').rProgressbar({
percentage: 45,
fillBackgroundColor: 'var(--main-color-four)',
height:8,
borderRadius:'var(--radius-two)'
});

$('.bar-5').rProgressbar({
percentage: 20,
fillBackgroundColor: 'var(--main-color-five)',
height:8,
borderRadius:'var(--radius-two)'
});

$('.bar-6').rProgressbar({
percentage: 20,
fillBackgroundColor: 'var(--main-color-two)',
Expand Down

0 comments on commit 73a65ef

Please sign in to comment.