Open
Description
Hi there,
I really enjoy this so far, I just wish it had this one feature! Which is to set a custom auto hide delay for each individual notification. I saw this suggestion in your "Whats Next" portion. And this would be something that would be of great use to me!
So something like this:
notifier.show({type: 'success', message: 'Hello', id: 'some_id', autoHide: 5000});
notifier.show({type: 'info', message: 'Go away fast', id: 'some_id_2', autoHide: 1000});
or even in notify:
notifier.notify('success', 'short message', 2000);
Thanks!