Returns the animation's translation offsets
Signature:
xOffset, yOffset = Translation:GetOffset()
Returns:
- xOffset- Distance away from the left edge of the screen (in pixels) to move the region over the animation's duration (- number)
- yOffset- Distance away from the bottom edge of the screen (in pixels) to move the region over the animation's duration (- number)
