Home
last modified time | relevance | path

Searched refs:toLeft (Results 1 – 2 of 2) sorted by relevance

/template/battlehorse/js/
H A Deffects.js409 Effect.MoveBy = function(element, toTop, toLeft) { argument
411 Object.extend({ x: toLeft, y: toTop }, arguments[3] || {}));
/template/a_new_day/js/
H A Deffects.js409 Effect.MoveBy = function(element, toTop, toLeft) { argument
411 Object.extend({ x: toLeft, y: toTop }, arguments[3] || {}));