Adds a image or flash movie to the page and after a delay show it lika a screensaver, blocking the page until some event happens.
Usage:$.jscreensaver();
or$.jscreensaver({options});
The default options are:
{
animationUrl: "../images/screensaver.gif",
delay: 5000,
docStrict: true,
events: 'mousemove mousedown keydown',
height: '100%',
textAlt: "Screensaver active",
type: 'image',
width: '100%'
}
Hope you enjoy it!
jQuery Screensaver Plugin by Rafael Almeida is licensed under a Creative Commons Attribution-Share Alike 2.5 Brazil License.