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);VC++.NET入门
Davis Chapman / 中国电力出版社 / 2003-5 / 55.0
《VC++.NET入门》提供了学习Visual C++工具的循序渐进的指导和创建应用程序的向导。你将学习设计应用程序窗口、使用控件、显示图形、创建SDI和MDI应用程序、操作数据库以及创建多任务程序,也将学习在微软的新.E平台下使用Visual C++的一些基本技巧,以及学习它影响设计和编写应用程序的方式。一起来看看 《VC++.NET入门》 这本书的介绍吧!
