search for: originalstyle

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

2006 Apr 08
0
MSN like blind - BottomToTop
...alues scaleFrom: 100.0, scaleTo: percent }, arguments[2] || {}); this.start(options); }, setup: function() { this.restoreAfterFinish = this.options.restoreAfterFinish || false; this.elementPositioning = this.element.getStyle(''position''); this.originalStyle = {}; [''top'',''left'',''width'',''height'',''fontSize''].each( function(k) { this.originalStyle[k] = this.element.style[k]; }.bind(this)); this.originalTop = this.element.offsetTop; this.origin...