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

请问如何初始化的时候显示第一桢 #101

Open
wangyingjie123 opened this issue Dec 25, 2024 · 1 comment
Open

请问如何初始化的时候显示第一桢 #101

wangyingjie123 opened this issue Dec 25, 2024 · 1 comment

Comments

@wangyingjie123
Copy link

希望在await player.mount(svga); 后显示第一桢图片,另外怎么适应外面的div容器大小

@shenmenga
Copy link

player.start(); // 停留在第一帧 player.onProcess = () => { if (player.currentFrame <= 1 && isFirstLoadPerson) { isFirstLoadPerson = false; player.pause(); } };

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