Skip to content

Commit 7e486e5

Browse files
committed
tweak exp chart anim
1 parent 7b4a454 commit 7e486e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/junior/ExpChart/ExpChart.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ const ExpChart = () => {
2626
}
2727

2828

29-
30-
3129
useEffect(()=>{
3230
addStyle()
3331

3432
// ANIMATE COUNTER
3533
setTimeout(()=> {
3634

3735
const counters = document.querySelectorAll('.expChart-graph-stats-left-total');
38-
const speed = 700;
36+
const speed = 500;
3937

4038
counters.forEach( counter => {
4139
const animate = () => {

0 commit comments

Comments
 (0)