Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wheel support to adjust playback rate #3

Open
malisipi opened this issue Nov 2, 2023 · 0 comments
Open

Add wheel support to adjust playback rate #3

malisipi opened this issue Nov 2, 2023 · 0 comments

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});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant