Live data from Hacker News

Amazing JS rainbow effect

labs.dragoninteractive.com

1–10 of 21 posts

Re: Amazing JS rainbow effect

#6
post #2

Looks pretty nice, but isn't actually that complicated. He just moves a background image ( http://labs.dragoninteractive.com/panel/demo/lib/img/form/ma... ) around all the time, and only let a small part of it shine through.

That's really clever.

Re: Amazing JS rainbow effect

#8
post #3

It's not particularly hard to do these kinds of things with a bit of imagination. This is our demo from 2005, unzip and run index2.html: http://www.pouet.net/prod.php?which=18327

It's a webpage hosted on a webserver. Can I just view the webpage with firefox please?

Re: Amazing JS rainbow effect

#9
post #2

Looks pretty nice, but isn't actually that complicated. He just moves a background image ( http://labs.dragoninteractive.com/panel/demo/lib/img/form/ma... ) around all the time, and only let a small part of it shine through.

As anext step one you could use webkit animations to make it js-free.
Post reply on HN