Skip to content

Instantly share code, notes, and snippets.

@georules
Created April 24, 2013 22:19
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 georules/5456078 to your computer and use it in GitHub Desktop.
Save georules/5456078 to your computer and use it in GitHub Desktop.
video o.O
{"description":"video o.O","endpoint":"","display":"div","public":true,"require":[{"name":"jquery","url":"\"http://code.jquery.com/jquery-1.9.1.min.js"}],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01}
var video = "http://archive.org/download/electricsheep-flock-244-72500-1/00244%3D72501%3D72109%3D72111.mp4"
$("#display").html("<video id='vid' src='"+video+"'/>")
var vid = $("#vid").get(0);
vid.loop = true
vid.playbackRate = Math.abs(1.8)
vid.play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment