Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 21a1064

Browse files
authored
Change pulse cycle duration to 3000ms
Increased the pulse cycle duration from 1000ms to 3000ms.
1 parent f3913fa commit 21a1064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function pulse(state) {
2121
if (!img) return;
2222

2323
let startTime;
24-
const duration = 1000; // full pulse cycle in ms (0.8 → 1 → 0.8)
24+
const duration = 3000;
2525

2626
if (state === 'reset') {
2727
cancelAnimationFrame(pulseState);

0 commit comments

Comments
 (0)