We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d935d8 + 654a1ed commit f47919eCopy full SHA for f47919e
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