Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Add wheel support to adjust playback rate #3

Closed
malisipi opened this issue Nov 2, 2023 · 1 comment
Closed

Add wheel support to adjust playback rate #3

malisipi opened this issue Nov 2, 2023 · 1 comment

Comments

@malisipi
Copy link
Owner

malisipi commented Nov 2, 2023

Core functionality
.addEventListener("wheel", e=>{dv.video.playbackRate+=e.deltaY/1000;dv.audio.playbackRate=dv.video.playbackRate});

@malisipi
Copy link
Owner Author

malisipi commented Jan 4, 2025

Closing due to archiving

@malisipi malisipi closed this as completed Jan 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant