Skip to content

SunboX/mootools-fx-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mootools Fx.Text

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.4.5.

Screenshot

Demo

You can see two simple demos here and here.

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.

About

Effect to animated replace the text of an element.

Resources

License

Stars

Watchers

Forks

Packages

No packages published