euvl / vue-js-modal

Easy to use, highly customizable Vue.js modal library.
http://vue-js-modal.yev.io
MIT License
4.35k stars 592 forks source link

no transition on modal background (.vm--overlay) #738

Open fote15 opened 2 years ago

fote15 commented 2 years ago

Problem:

basically I'm having the same as https://github.com/euvl/vue-js-modal/issues/679

I have no transition on modal background (.vm--overlay), which( rgba(0,0,0,0.2) by default) I have changed it to rgba(0,0,0,1) , And even before that it had no transition, it's just black screen on background and suddenly dissappears

"aria-expanded" attribure doesnt turn false on closing

Version:

I've installed 2.0.1

npm vue-js-modal --version
6.14.9

Example & screenshots:

https://ibb.co/Byg6Z3W https://ibb.co/WG7tkcj

I have checked stackoverflow for solutions and 100% sure that this issue is not not related to my code.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.