Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a BUG #15

Open
zeaze opened this issue Jul 29, 2019 · 1 comment
Open

There is a BUG #15

zeaze opened this issue Jul 29, 2019 · 1 comment

Comments

@zeaze
Copy link

zeaze commented Jul 29, 2019

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

@zeaze
Copy link
Author

zeaze commented Jul 29, 2019

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant