You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polish UI with entrance animations, recording vignette, and micro-interactions
Add staggered fade-up entrance animations, logo blur-reveal, idle glow on record
mark, selection pop on presets/formats, recording state vignette overlay, and plan
text transitions. Extract popup business logic into popup-logic.js for testability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ One-click smooth scroll video recording for any webpage. Capture beautiful, cine
30
30
bun install
31
31
32
32
# Run tests
33
-
bun test
33
+
bun run test
34
34
35
35
# Run tests in watch mode
36
-
bun test:watch
36
+
bun run test:watch
37
37
38
38
# Build extension ZIP for distribution
39
39
bun run build
@@ -100,6 +100,16 @@ Scrollywood/
100
100
101
101
Chrome Manifest V3 service workers don't have DOM access, but `MediaRecorder` requires it. The offscreen document provides a DOM context for video recording while the service worker handles orchestration.
102
102
103
+
### Popup testing
104
+
105
+
For debugging or automation, the popup can target a specific tab when opened directly:
0 commit comments