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

循环播放问题 #4

Closed
bolan9999 opened this issue May 12, 2023 · 1 comment
Closed

循环播放问题 #4

bolan9999 opened this issue May 12, 2023 · 1 comment

Comments

@bolan9999
Copy link

  1. repeatCount设置成0无法循环播放。
    代码里面注释表示0可以循环播放,实际情况是不行。

  2. 循环播放小动画无法维持60fps (即使原动画只有50 x 50)
    无论是将repeatCount设置成NSIntegerMax,还是在完成回调中重新开始,都会导致帧率掉到55左右。
    每次重新播放都会导致掉帧,维持不了60fps。 即使原动画只有50px X 50px,即使是在高端机上也无一幸免。但是播放中却能稳定60fps

image

@ynot16
Copy link
Collaborator

ynot16 commented Jan 23, 2025

最新版本已修复

@ynot16 ynot16 closed this as completed Jan 23, 2025
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

2 participants