项目作者: cliens

项目描述 :
blink, use for simulation of typing effect
高级语言: JavaScript
项目地址: git://github.com/cliens/blink.git
创建时间: 2016-07-24T08:06:15Z
项目社区:https://github.com/cliens/blink

开源协议:MIT License

下载


blink

blink is a funny library, use for simulation of typing effect

image

Introduction

  1. blink is a funny library, use for simulation of typing effect.
  2. Now, you can showing a typing effect using the method of it.
  3. And in the future, we will add the function what you can use it to record your type,
  4. and then show it in you site.

usage

  1. blink({auto: true})
  2. .type('This is a example of blink.you are typing……')
  3. .delay(3000)
  4. .type(' hum……')
  5. .delay(3000)
  6. .enter()
  7. .type('Hi, we will going.')
  8. .enter()
  9. .type('Now i am typing in the third line. and type two blank[')
  10. .delay(2000)
  11. .space(2)
  12. .type(']. type one tab[')
  13. .tab()
  14. .type('].')
  15. .delay(5000)
  16. .enter(3)
  17. .type('Ok, Thanks!')
  18. .delay(1000)
  19. .done()
  20. .run()

License

MIT. @copyright 2016 cliens