Lines Matching +defs:node +defs:x
31 return $A($(element).childNodes).collect( function(node) { argument
38 return $A($(element).childNodes).collect( function(node) { argument
372 x: 0, property
398 Object.extend({ x: toLeft, y: toTop }, arguments[3] || { })); property
648 [ new Effect.Move(element, {x: 0, y: 100, sync: true }), property
675 { x: distance, y: 0, duration: split, afterFinishInternal: function(effect) { property
677 { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property
679 { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property
681 { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property
683 { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) { property
685 { x: -distance, y: 0, duration: split, afterFinishInternal: function(effect) { property
813 x: initialMoveX, property
822 …new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransiti… property
882 … new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }) property