0.0.3 • Published 10 years ago

hextimebg v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Hex Time BG

Tiny, simple project. Pass in one or more selectors (including jQuery selectors) and it'll automatically update their background colour every second. Derives the colour from the current hour, minute and second and expresses as a HEX value.

var hexbg = require("hextimebg");
hexbg.init(document.body, $("nav"));

To stop: hexbg.stop()

To restart: hexbg.loop()

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago