1.8.0 • Published 7 years ago

webpacktypewriter v1.8.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Simple Typewriter written in ES6 and prepared with webpack

Simple library to create a typewriter animation

travis build codecov coverage npm

Documentation

Usage

You have to instantiate the top level Typewriter Object and pass it parameters, which include the id for the root element that you want to inject the typewriter into. The second parameter, optional, will be custom settings that will be merged with the default settings.

var obj = new Typewriter('rootID', {typingSpeed: 'fast'});
obj
  .typeCharacters('Hello')
  .pauseFor(1000)
  .deleteCharacters(3)
  .typeCharacters('y')
  .start();

DEMO NPM

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago