TerryZ / v-dialogs

A simple style useful dialog component collection for Vue
https://terryz.github.io/docs-vue3/dialog/
MIT License
130 stars 27 forks source link

Allow to get rid of that shake modal effect when the dialog is opened. #8

Closed tarassuliatitskiy closed 4 years ago

tarassuliatitskiy commented 5 years ago

Hi.

What can/should I do get rid of that shake modal effect when the dialog is opened, and user is clicking on the overlay(outside of dialog)?

I couldn't find a way to achieve this at this api page - https://terryz.github.io/vue/#/dialog/demo

TerryZ commented 5 years ago

There is currently no options to close shank effect, if necessary the option will add in next version.

TerryZ commented 4 years ago

Upgrade v-dialogs to v2.1.2 and try below to close shaking animation.

this.$dlg.alert('some text', {
  ...
  shaking: false
})