Y
Hacker News
new
|
ask
|
show
|
jobs
by
bigfoot675
1198 days 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?
1 comments
human
1198 days ago
setTimeout to trigger the screensaver. Restart the timeout on mouse move.
link