We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望在await player.mount(svga); 后显示第一桢图片,另外怎么适应外面的div容器大小
The text was updated successfully, but these errors were encountered:
player.start(); // 停留在第一帧 player.onProcess = () => { if (player.currentFrame <= 1 && isFirstLoadPerson) { isFirstLoadPerson = false; player.pause(); } };
Sorry, something went wrong.
No branches or pull requests
希望在await player.mount(svga); 后显示第一桢图片,另外怎么适应外面的div容器大小
The text was updated successfully, but these errors were encountered: