Displaying 2 results from an estimated 2 matches for "makeadjustment".
2005 Nov 21
0
New Core Effect
...(this.options.toRight
* position);
leftd = (this.originalLeft * (1-position)) + (this.options.toLeft *
position);
topd = (this.originalTop * (1-position)) + (this.options.toTop *
position);
bottomd = (this.originalBottom * (1-position)) +
(this.options.toBottom * position);
this.makeAdjustment(rightd, leftd, topd, leftd);
},
makeAdjustment: function(rightd, leftd, topd, bottomd) {
if(this.options.toRight != null) { this.element.style[this.property
+ ''Right''] = rightd + "px"; }
if(this.options.toLeft != null) { this.element.style[this.property+
...
2006 Feb 08
6
Effect Help
I posted the following earlier:
"I need a way to do a blind up that makes the element APPEAR and a blind
down that makes the element DISAPPEAR. In essence, the opposite of the
current blindup/blinddown.
Thoughts?"
I think somebody responded in Dutch. Anyone else have any ideas?
--
Yehuda Katz
Web Developer
(ph) 718.877.1325
(fax) 718.686.4288