Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

jQuery SW Transition

Yet another jQuery transition plugin.

SW Transition allows elements to transition in to frame in a multitude of different methods. It's kinda like PowerPoint transitions, but not stupid.

Target a single element for transition or transition multiple children elements by using HTML classes to dictate the plugin parameters.

Usage

Class Based

$(window).load(function(){
	$('#myElement').swTransition({
		'method' : 'class',
		'container_width' : 1100
	});
});

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages