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

loop 非0 ,动画还是无限循环播放 #16

Closed
wtz opened this issue Jun 6, 2022 · 1 comment
Closed

loop 非0 ,动画还是无限循环播放 #16

wtz opened this issue Jun 6, 2022 · 1 comment

Comments

@wtz
Copy link

wtz commented Jun 6, 2022

  await player.setVideoItem(videoItem);
  player.startAnimation();

  player.loop = 100;
  player.fillMode = "Forward";
@PonyCui
Copy link
Member

PonyCui commented Jun 6, 2022

player.loop = 100; -> player.loops = 100;

@wtz wtz closed this as completed Jun 6, 2022
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