mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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 = () => {
|
||||
dashAnimationInterval = setInterval(() => {
|
||||
dashAnimationProgress += 1;
|
||||
if (dashAnimationProgress == 100) {
|
||||
if (dashAnimationProgress == 20) {
|
||||
dashAnimationProgress = 0;
|
||||
}
|
||||
}, 30);
|
||||
|
|
|
|||
Loading…
Reference in a new issue