search for: scrollstart

Displaying 1 result from an estimated 1 matches for "scrollstart".

Did you mean: rollstart
2006 Feb 18
0
Move element into view
...false somewhere prior or change the code. // Nur sowenig wie möglich scrollen, bis das Element sichtbar ist. Effect.ScrollToFullView = Class.create(); Object.extend(Object.extend(Effect.ScrollToFullView.prototype, Effect.ScrollTo.prototype), { setup: function() { Position.prepare(); this.scrollStart = Position.deltaY; var offsets = Position.cumulativeOffset(this.element); var rand = 0; if(this.options.offset) rand = this.options.offset; var element_kante_oben = offsets[1]; var element_hoehe = this.element.offsetHeight; // Länge und Position des dargestellten Ausschnit...