5 ms·
Does anyone know if there is a straightforward way to implement logic for showing a screen saver like this in a basic website after X number of minutes without
by bigfoot675 4y ago
Does anyone know if there is a straightforward way to implement logic for showing a screen saver like this in a basic website after X number of minutes without user interaction?
- human 4y agosetTimeout to trigger the screensaver. Restart the timeout on mouse move.
- JUNGLEISMASSIVE 4y ago[dead]