- target
- The object whose properties are to be animated. This object should have public methods on it called setNameX() and setNameY, where nameX and nameY are the value of the xPropertyName and yPropertyName parameters, respectively.
- xPropertyName
- The name of the property for the x coordinate being animated.
- yPropertyName
- The name of the property for the y coordinate being animated.
- path
- The Path to animate values along.
Documentation for this section has not yet been entered.
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties. A Path animation moves in two dimensions, animating coordinates (x, y) together to follow the line. In this variation, the coordinates are floats that are set to separate properties designated by xPropertyName and yPropertyName.