netbymatt / ws4kp

WeatherStar 4000+
https://weatherstar.netbymatt.com
MIT License
236 stars 39 forks source link

Holding the right arrow causes a lot of issues #18

Closed makeamovie closed 1 year ago

makeamovie commented 1 year ago

If you hold down on any of the arrow keys, the page gets really buggy. The main issue is that icons start overlapping repeatedly.

Screenshot 2022-11-17 8 39 10 AM

This could probably be fixed by making it so holding on an arrow makes it change after a interval (eg. every 0.2 seconds) instead of after every frame.

netbymatt commented 1 year ago

I didn't even realize that was in there from the source repo. b7c2ba22a4267326f1d37d9d3872fdfce6e7be22

netbymatt commented 1 year ago

Update: I have removed this delay. The problem was specific to he 4.x versions when drawing on a canvas. With 5.0 and the change to HTML and CSS this is no longer a problem because the individual screens are separated into their own

tags and are not recycled like the tags were. 97e0fda709b39de15c071140fde95c485706804e