euvl / vue-js-modal

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

Transition prop doesn't work correctly #679

Open Exordio opened 3 years ago

Exordio commented 3 years ago

Problem:

Transition prop doesn't work correctly,

Whatever I send to modalProps transition, nothing happens.

Tested with animate css by sending class names directly to prop And I also tried to send my Fade class there, nothing happens either.

Version:

2.0.0-rc.6

Example & screenshots:

https://imgur.com/4OjplpX

I also tried to insert the transition block directly into the modal component. The animation works when it appears, but it does not when it closes. Modal just disappears without any animation.

And i also tried to see examples of how it works for you, but the example code is not available.

Any idea what I'm doing wrong?

stale[bot] commented 3 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.

fote15 commented 3 years ago

Problem:

Transition prop doesn't work correctly,

Whatever I send to modalProps transition, nothing happens.

Tested with animate css by sending class names directly to prop And I also tried to send my Fade class there, nothing happens either.

Version:

2.0.0-rc.6

Example & screenshots:

https://imgur.com/4OjplpX

I also tried to insert the transition block directly into the modal component. The animation works when it appears, but it does not when it closes. Modal just disappears without any animation.

And i also tried to see examples of how it works for you, but the example code is not available.

Any idea what I'm doing wrong?

Hello my friend did you find solution for this one?

Exordio commented 3 years ago

Problem:

Transition prop doesn't work correctly, Whatever I send to modalProps transition, nothing happens. Tested with animate css by sending class names directly to prop And I also tried to send my Fade class there, nothing happens either.

Version:

2.0.0-rc.6

Example & screenshots:

https://imgur.com/4OjplpX I also tried to insert the transition block directly into the modal component. The animation works when it appears, but it does not when it closes. Modal just disappears without any animation. And i also tried to see examples of how it works for you, but the example code is not available. Any idea what I'm doing wrong?

Hello my friend did you find solution for this one?

Hello, unfortunately not. For me, the solution turned out to be not to use this component and write my own. And with my component I can play however I want. Unfortunately, the author of this module gave up on the development and support of this product.

PS: In fact, I don't know whether it supports the component or not. But no one answered my problem.

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.