pqina / flip

⏳ The online version of the classic flip clock
https://pqina.nl/flip/
MIT License
892 stars 87 forks source link

Color and Background Color #43

Closed iandelrosario closed 2 years ago

iandelrosario commented 2 years ago

Hi,

How can I change the color and background color dynamically?

I try using jquery but it's not working.

  $('#colorpicker').change(function() {
        var val = $(this).val();
        $('.tick-flip-panel').css('background-color', val);
    });
rikschennink commented 2 years ago

duplicate of #42