motionType : Motion Typography plugin

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 宓英哲
操作系统 未知
开源组织
适用人群 未知
 软件概览

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);

相关阅读

相关文章

相关问答

相关文档