motionType : Motion Typography plugin
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/motionType
软件介绍
motionType is motion typography plugin.
- Characters displayed in the order.
- Fade-animation.
Usage
$(filter).motionType([options],[callback]);
- options (Object)
- motionChar: Integer // [defalt=1] characters per motin.
- motionRate: Integer // [defailt=50] time per motion.(msec)
- fadeRate: Integer // [defailt=500] time par fade.(msec)
- type: 'fade'|'normal' // [defailt='fade'] display form of motion.
- callback (Function)
- A function to be executed whenever the motion completes.
Sample
var options = {
motionChar: 5,
motionRate: 200,
fadeRate: 500,
type: 'fade'
}
$('#sample').motionType(options);Programming PHP
Rasmus Lerdorf、Kevin Tatroe、Peter MacIntyre / O'Reilly Media / 2006-5-5 / USD 39.99
Programming PHP, 2nd Edition, is the authoritative guide to PHP 5 and is filled with the unique knowledge of the creator of PHP (Rasmus Lerdorf) and other PHP experts. When it comes to creating websit......一起来看看 《Programming PHP》 这本书的介绍吧!
