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

MFC编程技巧与范例详解

MFC编程技巧与范例详解

曾凡锋、苗雨 / 清华大学出版社 / 2008-10 / 45.00元

本书集作者多年教学与软件开发经验,通过不同类型的实例详解向读者解读了如何使用MFC进行软件开发,并按实例的复杂度进行分级介绍,以满足不同层次读者的切实需要。. 本书共55个完整实例,均选自作者多年工程应用开发中的案例;内容共分14章,分别为MFC的基本概念、文档和视图、对话框、按钮控件、编辑控件、组合框控件、列表框控件、列表视图控件、树状视图控件、图像、多媒体、GDI与GDI+、网络编程、I......一起来看看 《MFC编程技巧与范例详解》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

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

html转js在线工具