Strokes

Simple SVG animation component for handdraw like effect.
No dependecies.

Usage

var container = document.getElementById('container');
var vectors = [];

//initialisation
var strokes = new Strokes(container, vectors, {start: 0});

// draw first vector
strokes.draw(1);

Options

If we are using changeTime options it will start to draw vectors automaticaly.

Have fun!
License: MIT.