Skip to content

Instantly share code, notes, and snippets.

@makotoworld
Created May 22, 2012 04:44
Show Gist options
  • Save makotoworld/2766649 to your computer and use it in GitHub Desktop.
Save makotoworld/2766649 to your computer and use it in GitHub Desktop.
HTML5のVIDEOタグのあるところで、倍速設定する方法
video = document.getElementById('video');
video.playbackRate = 2.0; //2倍速
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment