mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 21:41:50 +00:00
fix: fix flickering?
This commit is contained in:
parent
1af6592c71
commit
c399dd210b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
const dashAnimationStart = () => {
|
const dashAnimationStart = () => {
|
||||||
dashAnimationInterval = setInterval(() => {
|
dashAnimationInterval = setInterval(() => {
|
||||||
dashAnimationProgress += 1;
|
dashAnimationProgress += 1;
|
||||||
if (dashAnimationProgress == 100) {
|
if (dashAnimationProgress == 20) {
|
||||||
dashAnimationProgress = 0;
|
dashAnimationProgress = 0;
|
||||||
}
|
}
|
||||||
}, 30);
|
}, 30);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue