Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-rafael authored Oct 26, 2024
1 parent 80b907f commit e7f148a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(function() {
let elementTop = $(scrollTarget).offset().top;

if ((scrollTop >= (elementTop - 300)) && alreadyRun == false) {
runRatioAnimator('#barCorelDraw', '#percentCorelDraw', 80);
runRatioAnimator('#barCorelDraw', '#percentCorelDraw', 70);
runRatioAnimator('#barAdobeillustrator', '#percentAdobeillustrator', 80);
runRatioAnimator('#barAdobePhotoshop', '#percentAdobePhotoshop', 80);
runRatioAnimator('#barAdobeIndesign', '#percentAdobeIndesign', 60);
Expand Down Expand Up @@ -75,4 +75,4 @@ $(function() {
});
}

});
});

0 comments on commit e7f148a

Please sign in to comment.