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
864 stars 95 forks source link

Modal content "jumps" (flicker) from left to right on open #352

Closed xaja closed 1 year ago

xaja commented 1 year ago

Version

vue-final-modal: 4.1.1 vue: 3.2.45 nuxt: nope

OS

Windows (Chrome)

Reproduction Link

Any demo in Official Docs

Steps to reproduce

What is Expected?

What is actually happening?

there is a time lag between the assignment of the body overflow style (and padding-right) and the showing of the modal content.

even if you turn off the animation, then this jump will be visible for a split second, very annoying

Before i used vfm3 — everything will be ok with this

hunterliu1003 commented 1 year ago

@xaja Thanks for your feedback I'll fix it and publish a patch version in weekend

hunterliu1003 commented 1 year ago

@xaja The issue was fixed in version v4.1.3