Effect to animated replace the text of an element. Useful for textscroller, newsscroller, changing image caption, animated links and so on. It requires Mootools and is tested with v1.2.4.
var fx = new Fx.Text('myElement', {
duration: 'long',
transition: Fx.Transitions.Bounce.easeOut
});
fx.start('Hello, World!');
// or just do:
$('myElement').retype('Hello, World!');
See: Fx Options
See license file.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus