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
官方文档上面说动画结束后执行一次。但是第一次执行动画方法,立即执行了一次,动画结束后又执行一次。之后就正常了。
另外,animate的参数类型是不是有问题?
https://codesandbox.io/s/ecstatic-poitras-ngxw73?file=/src/app.tsx:663-870
1.点击测试按钮,complete 方法会执行一次 2.动画结束又会执行一次
只有动画结束后再执行。
No response
The text was updated successfully, but these errors were encountered:
先修复一下类型问题(#1989), 触发两次 complete 在不同浏览器下还有不同的行为,继续看下这个问题。
Sorry, something went wrong.
This thread has been automatically locked because it has not had recent activity.
Please open a new issue for related bugs and link to relevant comments in this thread.
NewByVector
No branches or pull requests
问题描述
官方文档上面说动画结束后执行一次。但是第一次执行动画方法,立即执行了一次,动画结束后又执行一次。之后就正常了。
另外,animate的参数类型是不是有问题?
重现链接
https://codesandbox.io/s/ecstatic-poitras-ngxw73?file=/src/app.tsx:663-870
重现步骤
1.点击测试按钮,complete 方法会执行一次
2.动画结束又会执行一次
预期行为
只有动画结束后再执行。
平台
屏幕截图或视频(可选)
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: