Skip to content

Instantly share code, notes, and snippets.

View joeymarburger's full-sized avatar

Joey Marburger joeymarburger

View GitHub Profile
@joeymarburger
joeymarburger / tardis.js
Created April 27, 2013 13:08
Tardis pulsing effect with audio used with reveal.js for a BarCamp presentation.
tardis = function()
{
// Download wav file here: https://dl.dropboxusercontent.com/u/9440990/tardis.wav
var tardis = new Audio("tardis.wav");
tardis.play();
setTimeout(function() {
$("img#tardisimg").animate({
opacity: 0.4
}, 1000, "linear", function() {
$("img#tardisimg").animate({