Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 423 Bytes

picasso.js - responsive colors

==============================

As you would expect the color gets darker when the screen gets smaller.

At the moment this is a brute force variant with iterating every resize event over all children.

And only the color is supported. Adjusting the background color would be the next step.

Todo

  • be more efficient what the element detection is related
  • add background color support