se-panfilov / vue-notifications

Vue.js agnostic library for non-blocking notifications
https://se-panfilov.github.io/vue-notifications/
MIT License
698 stars 54 forks source link

Is animation possible with miniToastr config? #59

Open azhard4int opened 7 years ago

azhard4int commented 7 years ago

Hi,

I am trying to add the animation of fadeOut but does not seem to work. Do you have any example of adding animation to the message?

miniToastr.init({
                animation: fadeOut,
                timeout: 2000
        }

Tried adding the above code along with fadeOut method definition from the mini-toastr js, but no effects on notifications.

@se-panfilov?

connecteev commented 5 years ago

+1