Skip to content

JS Beta Lib that split a images i different part and you can add some feature,

License

Notifications You must be signed in to change notification settings

qheolet/BrakeImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrakeImage

JS plugin still beta that split an images in different parts and also you can add some feature, Clone the Repository and open the index file.

Have Fun.....

##Required You need JQUERY.

Config

var options;
options = {
    timeX: 20, /*Time of image*/
    img: '.br', /*Image Selector could be ID or a Class*/
    type: 'down', /*Time : line, up, down, sin*/
    gutter: 1, /* space between slices */
    position: 'none', /*Float: Right, Left or none*/
    factor: 3 /*Factor of separation in the top and bottom*/
};

var x = new BreakImage(options);

###TODO

  • Pending built the Break thought attributes.
  • Add as Jquery Plugin.
  • Why not take out Jquery..

About

JS Beta Lib that split a images i different part and you can add some feature,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published