jQuery-type-char-animation:模拟用户输入一些文本

时间:2024-07-30 09:25:25
【文件属性】:

文件名称:jQuery-type-char-animation:模拟用户输入一些文本

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-30 09:25:25

JavaScript

jQuery 类型字符动画 模拟用户输入一些文本 适用于常规 DOMElements 以及 Forms Elements。 演示 请参阅。 安装 npm i jquery.type-char-animation --save-dev 用法 的完整文档 // start the animation $ ( '#my-div' ) . typeCharAnimation ( { initialText : null , // string initialDelay : 0 , text : null , // string step : null , // function (char, pos) complete : null , // function () blockUserInput : false , focus : tru


【文件预览】:
jQuery-type-char-animation-master
----grunt.js(2KB)
----LICENSE.txt(1KB)
----src()
--------jquery.type-char-animation.js(6KB)
----.npmignore(39B)
----.travis.yml(242B)
----README.md(3KB)
----dist()
--------jquery.type-char-animation.min.js(2KB)
----tests()
--------jquery.type-char-animation.js.adhoc-test.html(4KB)
--------jquery.type-char-animation.js.test.html(2KB)
----.gitignore(12B)
----package.json(857B)

网友评论