
A Vanilla JavaScript library that enables you to set a customizable screensaver on your website or web app.
The screensaver detects user activities on the page and blanks the screen when the user has been idle for a long time.
See Also:
How to use it:
1. Download the package and unzip the zip.
2. Load the Screensaver.js in the document.
<script src="screensaver.js"></script>
3. Determine the idle timeout in milliseconds.
<script src="screensaver.js" timeout="3000"></script>
4. Display a flying text on the screen saver.
<script src="screensaver.js" timeout="3000" message="CSSScript.com"></script>





