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

关于OutputProgress 一直卡住在0.5左右 #83

Closed
gubeils opened this issue Apr 17, 2024 · 2 comments
Closed

关于OutputProgress 一直卡住在0.5左右 #83

gubeils opened this issue Apr 17, 2024 · 2 comments

Comments

@gubeils
Copy link

gubeils commented Apr 17, 2024

const spr3 = new OffscreenSprite('spr3', new CanvasClip());
    // const spr4 = new OffscreenSprite('spr4', new CountdownClip(15));
    const com = new Combinator({
      width: logicalWidth,
      height: logicalHeight,
    });
    // await com.add(spr1, { duration: 10});
  await com.add(spr3, { duration: 3});
com?.on('OutputProgress', (v) => {
      outputProgress = Number(v);
      console.log('OutputProgress', v);

      if (outputProgress === 1) {
        
      }
    });

OutputProgress 输出一直在0.5左右

@hughfenghen
Copy link
Member

#60
代码高亮;
请提供可复现项目

@hughfenghen
Copy link
Member

也许跟 #71 相关,升级版本。
若仍有问题,提供视频资源、或可复现的项目。

否则该 issue 将被关闭。

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