jQuery jScreensaver

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 徐博雅
操作系统 未知
开源组织
适用人群 未知
 软件概览

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.