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

有些旧点的浏览器只支持 onwebkittransitionend 这个事件 #20

Open
dante1977 opened this issue Aug 14, 2018 · 0 comments
Open

Comments

@dante1977
Copy link

dante1977 commented Aug 14, 2018

Alert/tpl.vue文件里面的,要不加一下

/* 在动画结束之后, 删掉元素 */
s('.wc-messagebox__popup---').addEventListener('transitionend', ()=>{
  this.show = false;
}, false);
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

1 participant