Displaying 2 results from an estimated 2 matches for "originalright".
Did you mean:
originalheight
2005 Nov 21
0
New Core Effect
...prototype,
Effect.Base.prototype), {
initialize: function(element, property) {
this.element = $(element);
this.property = property;
var options = Object.extend({
toRight: null,
toLeft: null,
toTop: null,
toBottom: null
}, arguments[2] || {});
this.originalRight = parseFloat(Element.getStyle(this.element,
property + ''-right'') || ''0'');
this.originalLeft = parseFloat(Element.getStyle(this.element,
property + ''-left'') || ''0'');
this.originalTop = parseFloat(Element.getStyl...
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