search for: blindbottomup

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

2006 Apr 08
0
MSN like blind - BottomToTop
...Finish) this.element.setStyle(this.originalStyle); }, setDimensions: function(height, width) { var d = {}; d.height = height + ''px''; d.top = (this.originalTop + (this.originalHeight - height) ) + ''px''; this.element.setStyle(d); } }); Effect.BlindBottomUp = function(element) { element = $(element); element.makeClipping(); element.setStyle({position: ''absolute''}); return new Effect.Scale2(element, 100, Object.extend({ scaleContent: false, scaleX: false, scaleFrom: 0, restoreAfterFinish: true, afte...