search for: toright

Displaying 2 results from an estimated 2 matches for "toright".

Did you mean: tonight
2005 Nov 21
0
New Core Effect
...major issues, let me know. I''m using 1.5 RC 4, FYI. // call this function in your page Effect.ChangeRightMargin(elems[i], 210); // the secondary effect Effect.ChangeRightMargin = function(element, to) { element = $(element); new Effect.Adjust(element, ''margin'', {toRight: to}); } // the core effect Effect.Adjust = Class.create(); Object.extend(Object.extend(Effect.Adjust.prototype, Effect.Base.prototype), { initialize: function(element, property) { this.element = $(element); this.property = property; var options = Object.extend({ toRight: nul...
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