jQuery垂直新闻滚动插件 vTicker
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://richhollis.github.io/vticker/
- 软件文档: http://richhollis.github.io/vticker/methods/
- 官方下载: http://richhollis.github.com/vticker/downloads/jquery.vticker.min.js?v=1.15
软件介绍
vTicker 是一个垂直新闻滚动插件,小巧玲珑,兼容多种浏览器,使用方便。
用法如下:
$(function() {
$('#scroller').vTicker({
speed: 500, //滚动速度,单位毫秒。
pause: 3000, //暂停时间,就是滚动一条之后停留的时间,单位毫秒。
showItems: 10, //显示内容的条数。
animation: 'fade', //动画效果,默认是fade,淡出。
mousePause: true, //鼠标移动到内容上是否暂停滚动,默认为true。
height: 235, //滚动内容的高度。
direction: 'up' //滚动的方向,默认为up向上,down则为向下滚动。
});
});
High Performance JavaScript
Nicholas C. Zakas / O'Reilly Media / 2010-4-2 / USD 34.99
If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your ......一起来看看 《High Performance JavaScript》 这本书的介绍吧!
