Lines Matching +defs:node +defs:x
31 return $A($(element).childNodes).collect( function(node) { argument
38 return $A($(element).childNodes).collect( function(node) { argument
380 x: 0, property
411 Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); property
665 [ new Effect.Move(element, {x: 0, y: 100, sync: true }), property
684 { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { property
686 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
688 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
690 { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
692 { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { property
694 { x: -20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { property
815 x: initialMoveX, property
824 …new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransiti… property
884 … new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }) property