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

动画结束监听异常 #68

Open
johanzhu opened this issue May 16, 2023 · 0 comments
Open

动画结束监听异常 #68

johanzhu opened this issue May 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@johanzhu
Copy link

lottie 动画结束,首次调用是生效的。
比如,首次首次调用:
console.log(Date.now());
await lottie.play();
console.log(Date.now());

两次打印的时间,间隔动画的播放时长。

但是第二次调用:
console.log(Date.now());
await lottie.play();
console.log(Date.now());

两次打印的时间无间隔。

@eyworldwide eyworldwide self-assigned this Oct 31, 2023
@eyworldwide eyworldwide added the bug Something isn't working label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants