ofFraction
Constructs and returns a PropertyValuesHolder with a given set of fraction values. Warning Every PropertyValuesHolder that applies a modification on the time position of the animation should use the ModelAnimation.TIME_POSITION instead of its own Property in order to possibly cancel any ObjectAnimator operating time modifications on the same ModelAnimation. setAutoCancel will have no effect for different property names
That's why we avoid using an ModelAnimation.FRAME_POSITION or ModelAnimation.FRACTION_POSITION Property
Return
PropertyValuesHolder The constructed PropertyValuesHolder object.
Parameters
fractions
The fractions that the ModelAnimation will animate between.