pqina / flip

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

Color and Background Color #42

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

I'm not sure, this is super custom, I'd ask this on Stack Overflow as it's a generic programming question.

The color can be changed as can be seen here: https://pqina.nl/flip/preset-event-countdown.html