erikhuizinga/ranstax

Debounce drawing

Closed this issue · 1 comments

Debounce drawing, so that accidental double clicks/taps are filtered.

A debounce of 200 milliseconds should do the trick. The UI shouldn't reflect the 'disabled' state, because it's would lead to excessive 'flashing' or animations. Maybe the history items appearing can be animated with the same debounce time? This would also help with visibility of history items appearing (#4).

Added in 84f05c1.