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