Description
Animates the offset of a view.
Parameters
fromX: The starting horizontal offset.fromY: The starting vertical offset.toX: The ending horizontal offset.toY: The ending vertical offset.animation: The animation to apply.Example
<myView animationOffset="fromX:0;toX:100;animation:linear"/>