文件名称:autotyperjs:一个用于动画打字的香草javascript插件
文件大小:45KB
文件格式:ZIP
更新时间:2024-06-01 10:48:48
javascript animation typewriter text-effects text-animation
AutoTyper JS 一个用于动画打字的香草javascript插件。 autotyperjs可以作为autoTyper在全局变量中autoTyper 。 它公开了两个外部函数, start和stop 。 可以使用new关键字创建多个实例。 它与Chrome,Firefox,Safari,Internet Explorer和Edge兼容。 start() :在目标元素上启动AutoTyper。 var options = { selector : ".content > h1" , words : [ "hello" , "world" ] } ; // start auto typer var typer = new autoTyper ( options ) ; typer . start ( ) ; stop() :停止AutoType
【文件预览】:
autotyperjs-master
----package.json(718B)
----gulpfile.js(2KB)
----LICENSE(1KB)
----package-lock.json(144KB)
----dist()
--------autotyper.min.js.map(6KB)
--------autotyper.min.js(2KB)
--------autotyper.js(4KB)
----src()
--------autotyper.js(4KB)
----examples()
--------css()
--------index.html(1KB)
----.gitignore(914B)
----README.md(2KB)