kalamuna / playbox

A playground for ambitious would-be code artists.
http://live-playbox.at.kalamuna.com/
GNU General Public License v2.0
5 stars 29 forks source link

WTF is disco mode? #84

Closed pirog closed 9 years ago

pirog commented 9 years ago

we need to determine what disco mode is. lets just throw some ideas out here and pick one for next week. here is my tentative list:

  1. plays some sort of old school "midi" file ON LOOP FOREVER
  2. maybe cycles through a bunch of different background colors?
  3. drops a JS disco ball onto the screen randomly?

any other ideas?

pirog commented 9 years ago

SO... when disco mode is on it will load a random color css from playbox_admin on every page load. A few things to think about here:

  1. If disco mode is on then you should not be able to select the color. going to want to use the FAPI states key to do this.
  2. We will want to make our site actually looks ok in every color... meaning we might have to change some link and text colors for lighter/darker colors.
kalacommitbot commented 9 years ago

https://www.youtube.com/watch?v=8jQ36ixLeq8

On Mon, Jan 19, 2015 at 11:26 AM, Mike Pirog notifications@github.com wrote:

SO... when disco mode is on it will load a random color css from playbox_admin on every page load. A few things to think about here:

  1. If disco mode is on then you should not be able to select the color. going to want to use the FAPI states key to do this.
  2. We will want to make our site actually looks ok in every color... meaning we might have to change some link and text colors for lighter/darker colors.

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/playbox/issues/84#issuecomment-70546810.

Co-founder Kalamuna, LLC http://www.kalamuna.com 510.666.5489 Skype: alec.kalamuna

pirog commented 9 years ago

array_rand ftw