diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-03-29 12:48:17 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-03-29 12:48:17 +0100 |
commit | adf40044e9d1bce2b19d6602637bbb608412fcd9 (patch) | |
tree | 951cd8a28e5e3957f627cbf51a859adee60487ea /lightbox2/js | |
parent | 072aed3d53445a6b09edabf1551706de4c3f1cb1 (diff) |
speedup lightbox2 resizing antimation
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'lightbox2/js')
-rwxr-xr-x | lightbox2/js/lightbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lightbox2/js/lightbox.js b/lightbox2/js/lightbox.js index b62415b..25c3d47 100755 --- a/lightbox2/js/lightbox.js +++ b/lightbox2/js/lightbox.js @@ -52,7 +52,7 @@ LightboxOptions = Object.extend({ overlayOpacity: 0.8, // controls transparency of shadow overlay animate: true, // toggles resizing animations - resizeSpeed: 7, // controls the speed of the image resizing animations (1=slowest and 10=fastest) + resizeSpeed: 9, // controls the speed of the image resizing animations (1=slowest and 10=fastest) borderSize: 10, //if you adjust the padding in the CSS, you will need to update this variable |