FPSAnimator icon indicating copy to clipboard operation
FPSAnimator copied to clipboard

There is a BUG

Open zeaze opened this issue 4 years ago • 1 comments

The last frame of the animation will not be drawn. The number of frames can be set to 1 to verify it.

zeaze avatar Jul 29 '19 07:07 zeaze

displayObject.with(new RectDrawer(paint, point.x/6, mFPSTextureView.getHeight()/5)) .tween() .tweenLoop(false) .transform(point.x/6, 0) .toY(2500, mFPSTextureView.getHeight(), Ease.LINEAR) .end();

zeaze avatar Jul 29 '19 07:07 zeaze