Closed polis80cy closed 1 year ago
Hi,
Notify and Loading modules are completely different and unrelated. If you are expecting the Notify module working like Loading one, it is related to your implementation, not related to this library.
Notiflix is an open-source library. You can fork and extend as you wanted.
Thanks.
Describe the bug
As per the title, can
Notify.success()
behave likeNotify.Loading
, i.e. stay visible until we callLoading.remove()
?In other words, do we have any control over the duration
Notify.success
is visible? Adding a fixeddelay
is not what I need since I needNotify.success
to remain visible for as long as an async operation is running.