Fx.Text 1.2.1
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.
Details
- Author
- André Fiedler
- Current version
- 1.2.1
- GitHub
- SunboX/mootools-fx-text
- Downloads
- 9007
- Category
- Effects
- Tags
- Report
- GitHub Issues
How to use
var fx = new Fx.Text('myElement', {
duration: 'long',
transition: Fx.Transitions.Bounce.easeOut
});
fx.start('Hello, World!');
// or just do:
$('myElement').retype('Hello, World!');
Options
See: Fx Options
License
See license file.
Discuss
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