layervault / jquery.typer.js

A simple jQuery plugin for a slick typing effect.
743 stars 103 forks source link

global options #11

Open kontur opened 11 years ago

kontur commented 11 years ago

Setting options like

$.typer.options.highlightSpeed = 500;

currently affects all instances of typer present on a page. Is there a way to set different options for each instance of typer separately?