0.0.11 • Published 6 years ago

es6tween-plugin-typer v0.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago