- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/ai/visibility.js
- 软件文档: https://github.com/ai/visibility.js
软件介绍
Visibility.js – a wrapper for the Page Visibility API
示例代码:
var slideshow = Visibility.every(5 * 1000, function () { nextSlide(); }); $('.stopSlideshow').click(function () { Visibility.stop(slideshow); });
