Lytebox "ruckelt"

Hallo,
ich nutzte die Lytebox für meine Homepage aber es gibt einen Unterschied zwischen der Herstellerhomepage und meiner.
Bei mir ist der Übergang total stockend und etwas fehlerhaft. Auf der Herstellerhomepage ist dieser Übergang gut und weich…Ich habe schon in der Js-Datei nachgeschaut aber ich habe keinen Erfolg gehabt und frage mich wie die Konfiguration ist damit sie übernehmen kann.

Links:
Meine HP (noch im Aufbau…)
Lytebox

Ich hoffe ihr könnt mir helfen…

MfG Frogtime

Nimm halt die originale js-Datei…
Bei Dir ist der Timeout zu hoch eingestellt. Es dauert einfach zu lange, bis der nächste Schritt (z.B. beim Vergrößern) ausgeführt wird.

Ich habs anfangs mit der original JS datei ausprobiert…

Des weiteren gibt es nur folgende Einstellungsmöglichkeiten:

[code]/*** Start Global Configuration ***/
this.theme = ‘grey’; // themes: grey (default), red, green, blue, gold
this.hideFlash = true; // controls whether or not Flash objects should be hidden
this.outerBorder = true; // controls whether to show the outer grey (or theme) border
this.resizeSpeed = 10; // controls the speed of the image resizing (1=slowest and 10=fastest)
this.maxOpacity = 10000; // higher opacity = darker overlay, lower opacity = lighter overlay
this.navType = 1; // 1 = “Prev/Next” buttons on top left and left (default), 2 = “<< prev | next >>” links next to image number
this.autoResize = true; // controls whether or not images should be resized if larger than the browser window dimensions
this.doAnimations = true; // controls whether or not “animate” Lytebox, i.e. resize transition between images, fade in/out effects, etc.

	this.borderSize			= 12;		// if you adjust the padding in the CSS, you will need to update this variable -- otherwise, leave this alone...
/*** End Global Configuration ***/[/code]

Aber keine dieser Einstellungsmöglichkeiten hatten keine Auswirkungen…

bei mir läuft alles flussig o.o