Peter Butcher

Results 24 comments of Peter Butcher

> This idea is implemented in Animated Vega-Lite: https://arxiv.org/abs/2208.03869. From their conclusion: > To support this future research, we intend to contribute our work back to the open source Vega-Lite...

I'm trying to understand your use case. FlipDown works by using a timestamp of some time in the future. If you know when your timer is due to end and...

Here's a minimal example of what you might need to set up: https://codepen.io/pbutcher/pen/OJKYmWx?editors=0010 ```js const endTime = window.localStorage.getItem('endTime'); let timeUntilMidnight = 0; if(!endTime) { let nextMidnight = new Date(); nextMidnight.setHours(24,...

Can you provide a hosted example of your issue?