Skip to content

drewbrolik/Move-Subtly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Move-Subtly

Move Subtly is a jQuery plugin that takes any image and turns it into a subtly moving/scaling image.

Documentation

Basic usage

$("img").moveSubtly();
$("img").moveSubtly({
	moveTime:4000,
	stillTime:2000,
	percentageChange:6%,
	lockSide:"random",
	loop:true
});

Default Options

{
	moveTime:4000,
	stillTime:2000,
	percentageChange:6%,
	lockSide:"random",
	loop:true
}

About

Move Subtly is a jQuery plugin that takes any image and turns it into a subtly moving/scaling image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors