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

深入理解并行编程

深入理解并行编程

[美] Paul E.Mckenney(保罗·E·麦肯尼) / 谢宝友 鲁阳 / 电子工业出版社 / 2017-7-1 / 129

《深入理解并行编程》首先以霍金提出的两个理论物理限制为引子,解释了多核并行计算兴起的原因,并从硬件的角度阐述并行编程的难题。接着,《深入理解并行编程》以常见的计数器为例,探讨其不同的实现方法及适用场景。在这些实现方法中,除了介绍常见的锁以外,《深入理解并行编程》还重点介绍了RCU的使用及其原理,以及实现RCU的基础:内存屏障。最后,《深入理解并行编程》还介绍了并行软件的验证,以及并行实时计算等内容......一起来看看 《深入理解并行编程》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具