projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
072aed3
)
speedup lightbox2 resizing antimation
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 29 Mar 2008 11:48:17 +0000
(12:48 +0100)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 29 Mar 2008 11:48:17 +0000
(12:48 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
lightbox2/js/lightbox.js
patch
|
blob
|
history
diff --git
a/lightbox2/js/lightbox.js
b/lightbox2/js/lightbox.js
index b62415b6e8d71d88adf93131ea6f515d66e90f26..25c3d471db169bfdd12eca72b04ad949f9e8ba4c 100755
(executable)
--- 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