vue-notifications
                                
                                
                                
                                    vue-notifications copied to clipboard
                            
                            
                            
                        Is animation possible with miniToastr config?
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?
+1