Stay idle for 15 Seconds and experience the awesome
Documentation |
This plugin allows you to create a Idle timeout screen with Image & Text Slidshows. You can use it as personal OR professional use and modify settings available in idlex.js for animation effects. Release of IdleX.js Version 1.5 - Jan 2014 Feel free to fork the project on github or ping me on [twitter](http://sachinghare.com/sachin.ghare) for any comments. |
License |
Licence MIT |
Usage |
Usage is very simple, include curtain.js file in the page between <head></head>, along with jQuery library.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="js/IdleX.js"></script> <link rel="stylesheet" type="text/css" href="css/slideshow.css" > Between <body> Setup
<div id="slideshow" style="display:none;">
<div> <-- Call your images OR text in each div --> </div> </div> Launch the Plugin
<script language="javascript" type="text/javascript">
$("body").IdleX() </script> Options
|