dmitry-korolev / remeal

Reveal.js remote control
MIT License
28 stars 7 forks source link

Auto-hide the highlighter on inactivity #11

Closed dmitry-korolev closed 6 years ago

dmitry-korolev commented 6 years ago

Problem: Currently, the highlighter appears on POINTER_START_EVENT event and disappears on POINTER_STOP_EVENT event. Imagine that internet connection is somehow interrupts between this two events. The highlighter will never disappear.

Solution: Add inactivity timeout. Automatically hide the highlighter, if the presentation plugin doesn't receive pointer events for some time.