0.1.3 • Published 8 years ago

type-text v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

typewriter

=========

This module turns your static text into dynamic transformations on the screen. Each letter appears sequentially followed by a pipe character as if the text is currently being typed by a typewriter!

Installation

npm install type-text --save

Usage

  • var typetext = require('type-text')
  • typetext('the string to display', 'the DOM node this string is the textContent of', optional 'speed in milliseconds')
  • The default speed is 100 milliseconds
  • eg. typetext('mystring is this', document.getElementById('app'), 200)

Release History

  • 0.1.0 Initial release
  • 0.1.1 updated README
  • 0.1.2 updated README
  • 0.1.3 updated README
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago