motionType : Motion Typography plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-08 12:57:13

软件介绍

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

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

JavaScript and Ajax for the Web, Sixth Edition

JavaScript and Ajax for the Web, Sixth Edition

Tom Negrino、Dori Smith / Peachpit Press / August 28, 2006 / $24.99

Book Description Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In thi......一起来看看 《JavaScript and Ajax for the Web, Sixth Edition》 这本书的介绍吧!

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

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具