文件名称:typewriter:动画打字
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-06 16:33:58
JavaScript
打字机 动画打字 例子 typewriter ( '#typewriter' , 'Hello world!' ) . start ( ) ; 安装 $ component install matthewmueller/typewriter 大事记 end : typewriter完成时发出 start :当typewriter开始打字时发出 stop :当我们手动停止typewriter时发出 restart :当我们手动重启typewriter时发出 原料药 打字机(el,str,[延迟]) 使用字符串str和delay在给定的el上初始化Typewriter 。 如果未指定delay ,则默认为100。 typewriter ( '#header' , 'Hello world!' , 200 ) ; #开始() 启动打字机 typewriter . start ( )
【文件预览】:
typewriter-master
----test.html(514B)
----.gitignore(30B)
----component.json(273B)
----History.md(164B)
----Readme.md(1022B)
----package.json(661B)
----index.js(2KB)
----Makefile(166B)