flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 163 forks source link

Pause (progress) on hover not working as expected #399

Open svenson95 opened 2 years ago

svenson95 commented 2 years ago

If we hover on a notification the progress pauses only visually, the timeout keeps running. So if the user hovers on the notification and stay there for a few seconds, the notifications disappears immediately when moving the pointer away. Is it possible to stop the timeOut as well?