ofFrame

Constructs and returns a PropertyValuesHolder with a given set of frame 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

frames

The frames that the ModelAnimation will animate between.