textualizer icon indicating copy to clipboard operation
textualizer copied to clipboard

A jQuery plug-in which transitions through blurbs of text, animating each character

Results 10 textualizer issues
Sort by recently updated
recently updated
newest added

Great plugin but a lot of settings are hard coded in the js file which are important to adjust to get the right look. Can you add them to the...

Hey there, this plugin is awesome, but it isn't working for me at all; I'm getting a strange error: Uncaught TypeError: Cannot read property 'length' of null textualizer.js:49 getStyle textualizer.js:49...

The demo site doesn't seem to be working (tested w/chrome & safari)

Hi. I love your bit of code. It''s a lovely effect, but having to state the size of the holding div in pixels is becoming a thing of the past....

Is it possible to insert line breaks in the text?

Calling .textualizer('destroy') does not remove the clone node. ``` javascript this.destroy = function () { $container.parent().removeData('textualizer').end().remove(); // $phantomContainer.remove(); $clone.remove(); }; ```

When I try to change data, some character of the previous batch get mixed up with the new one. Tested on firefox 14 and chrome 20. ``` javascript var list...

Can you implement the onComplete event? It would be very useful in order to execute some javascript when the animation has finished. Also, an OnTriggered (or equivalent name) event would...

The text doesn't seem to center on IE8 or lower. I'm new to jQuery, HTML, Javascript, css, and all that, so my layout might be a bit jacked. Please check...

I use Opera 11.61 and all the line are displayed in the same line (everything else looks great)