0.0.11 • Published 8 years ago

es6tween-plugin-typer v0.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

es6tween-plugin-typer

Usage

import { Tween } from 'es6-tween';
import 'es6tween-plugin-typer';

let tween = new Tween(document.querySelector('#mySpan'), {typer:'Start'}).to({typer:'End'}, 2000).start(); // Demo with no config

Config

Syntax with config

{
	typer:{
	text: 'My Text', /* Your text */
	char: '_', /* looks nice, especially for bash-like UI, after random text applies (or just char if useRandomChars is `false`)
	useRandomChars: true /* looks really cool */
	}
}
0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago