Skip to content

Instantly share code, notes, and snippets.

@Neko7sora
Last active July 18, 2021 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neko7sora/2d6ef27e3a0fb24a02662d7d40fcf5ac to your computer and use it in GitHub Desktop.
Save Neko7sora/2d6ef27e3a0fb24a02662d7d40fcf5ac to your computer and use it in GitHub Desktop.
動画の再生速度を変更(Javascript)

動画の再生速度を変更(Javascript)

document.querySelector('video').playbackRate = 1;
document.querySelector('video').playbackRate = 2;
document.querySelector('video').playbackRate = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment