hextimebg

0.0.3 • Public • Published

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()

Package Sidebar

Install

npm i hextimebg

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • zuren