We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf95ef commit 654a1edCopy full SHA for 654a1ed
1 file changed
src/components/BlessingBar.vue
@@ -26,7 +26,7 @@ const interval = setInterval(() => {
26
return
27
}
28
position.value -= 0.003
29
- if (position.value > 100) {
+ if (position.value < -100) {
30
position.value = 0
31
32
}, 10)
0 commit comments