Home
last modified time | relevance | path

Searched refs:resizeSpeed (Results 1 – 2 of 2) sorted by relevance

/plugin/lightboxv2/
H A Dscript.js8resizeSpeed,"linear");b("#outerImageContainer").animate({width:f},a.resizeSpeed,"linear",function(…
14 …Opacity:0.6,borderSize:10,imageArray:[],activeImage:null,inprogress:!1,resizeSpeed:350,widthCurren… property in b.fn.lightbox.defaults
/plugin/lytebox/
H A Dlytebox.js36 this.resizeSpeed = 10; // controls the speed of the image resizing (1=slowest and 10=fastest)
56 if(this.resizeSpeed > 10) { this.resizeSpeed = 10; }
57 if(this.resizeSpeed < 1) { resizeSpeed = 1; }
58 this.resizeDuration = (11 - this.resizeSpeed) * 0.15;