Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js396 Effect.MoveBy = function(element, toTop, toLeft) { argument
398 Object.extend({ x: toLeft, y: toTop }, arguments[3] || { }));