jQuery垂直新闻滚动插件 vTicker

码农软件 · 软件分类 · jQuery页面滚动插件 · 2019-12-27 13:44:09

软件介绍

vTicker 是一个垂直新闻滚动插件,小巧玲珑,兼容多种浏览器,使用方便。

用法如下:

$(function() {
	$('#scroller').vTicker({
	speed: 500,		//滚动速度,单位毫秒。
	pause: 3000,		//暂停时间,就是滚动一条之后停留的时间,单位毫秒。
	showItems: 10,		//显示内容的条数。
	animation: 'fade',	//动画效果,默认是fade,淡出。
	mousePause: true,	//鼠标移动到内容上是否暂停滚动,默认为true。
	height: 235,		//滚动内容的高度。
	direction: 'up'		//滚动的方向,默认为up向上,down则为向下滚动。
	});
});



本文地址:https://codercto.com/soft/d/22067.html

High Performance JavaScript

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具