Skip to content

ryanflorence/Fx.Tween.Toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fx.Tween.Toggle

Extends Fx.Tween to store and execute toggling of the effect.

FitText

How to use

var myToggle = new Fx.Tween.Toggle('element',{
	property: 'height',
	from: 0,
	to: 300,
	link: 'cancel',
	onToggle: function(){
		// do stuff
	}
}).setIn();

View the MooDoc for usage and examples.

About

Extends to store and execute toggling of the effect.

Resources

Stars

Watchers

Forks

Packages

No packages published