vue-final / vue-final-modal

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://vue-final-modal.org
MIT License
903 stars 97 forks source link

LockScroll control before/after animation ? #350

Closed lyneal closed 1 year ago

lyneal commented 1 year ago

Version

vue-final-modal: v4.0.11 nuxt: v3.3.1

OS

Windows

What is actually happening?

Hello,

Currently, the scroll is locked only once the modal appears. Is it possible to reverse and lock before the modal appears?

hunterliu1003 commented 1 year ago

@lyneal I think the issue is related to #352. The default behavior was changed to lock body scroll right after the modal transition start in v4.1.4. Please let me know if the new version solve your problem.

lyneal commented 1 year ago

Indeed the problem seems to be solved! Thank you very much for the correction.