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
初衷: 使用actionSheet做下拉浮层,点击某个条目如“解除银行卡绑定”在隐藏浮层的同时也希望调起密码输入确认框完成解绑过程,只是在iOS下面第二个浮层拉起来的时候有一个一闪的过程,感觉体验有点不太好。如是,我就想是否能做到第一个浮层动画执行完毕再拉起第二个浮层就好了。 问题: ActionSheet组件能否加入动画执行完毕之后的回调函数(on-show, on-hide),如同weui.js里面监听animationEnd事件。 谢谢!
The text was updated successfully, but these errors were encountered:
actionsheet: add event:on-after-show event:on-after-hide #2465
90694e5
No branches or pull requests
初衷:
使用actionSheet做下拉浮层,点击某个条目如“解除银行卡绑定”在隐藏浮层的同时也希望调起密码输入确认框完成解绑过程,只是在iOS下面第二个浮层拉起来的时候有一个一闪的过程,感觉体验有点不太好。如是,我就想是否能做到第一个浮层动画执行完毕再拉起第二个浮层就好了。
问题:
ActionSheet组件能否加入动画执行完毕之后的回调函数(on-show, on-hide),如同weui.js里面监听animationEnd事件。
谢谢!
The text was updated successfully, but these errors were encountered: