Method | Short Description |
---|---|
moveBy(x, y) | Changes an element's position by applying the specified deltas, measured in pixels. (Former name: offset() ) |
moveTo(x, y) | Moves element so that upper left corner is at (x,y) within containing layer. |
moveToAbsolute(x, y) | Moves element to specified pixel position on page. |