krisk / textualizer

A jQuery plug-in which transitions through blurbs of text, animating each character
http://krisk.github.io/textualizer/
341 stars 40 forks source link

How to install textualizer? #4

Closed goldminebux closed 12 years ago

goldminebux commented 12 years ago

Dear Krish, I hope you are fine. Please guide me full procedure how to install it.

Please provide me full detail. i am very thankful to you.

krisk commented 12 years ago

You just need the following scripts:

1) jQuery: http://code.jquery.com/jquery.min.js 2) Textualizer: http://kiro.me/textualizer/javascript/textualizer.min.js

Include those scripts in your HTML, in that order - and you're done.

For a detailed example, just take a look at this gist: https://gist.github.com/1514491

Let me know if you have any problems. Thanks!