kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 507 forks source link

hideAfter - after update not working #59

Open 0red opened 3 years ago

0red commented 3 years ago

Hi. Nice job. Please add this.animate() to update function (line 326) to allow "disappearing" after update. Rg Ja(cek)

  update: function(options) {
            this.prepareOptions(options, this.options);
            this.setup();
            this.bindToast();
            this.animate();   // --> requested change
        },
andreLuis1506 commented 1 year ago

no one will do this?