Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created October 5, 2008 23:45
Show Gist options
  • Select an option

  • Save greatseth/14956 to your computer and use it in GitHub Desktop.

Select an option

Save greatseth/14956 to your computer and use it in GitHub Desktop.
Shoes.app do
flicker_every = 3
animate 1 do |i|
if i % flicker_every == 0
background black
else
background white
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment