You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an issue with progressBar option. When the toastr element with running progressBar option is hover, the progress bar is hidden and when the toastr is unhover the progress bar is shown but starts showing the progress from the beginning. I'm only able to manipulate the progress with timeOut and extendedTimeOut options but they don't help me with exactly my issue. Is there a possibility to start the progress from the place when it was stopped?
The text was updated successfully, but these errors were encountered:
The behavior is correct because as soon as you hover it, you change from the standard timeout (say 3 seconds) to the extendedTimeOut (the one you get after hover) and the progressbar will always show the current timeout.
I've got an issue with progressBar option. When the toastr element with running progressBar option is hover, the progress bar is hidden and when the toastr is unhover the progress bar is shown but starts showing the progress from the beginning. I'm only able to manipulate the progress with timeOut and extendedTimeOut options but they don't help me with exactly my issue. Is there a possibility to start the progress from the place when it was stopped?
The text was updated successfully, but these errors were encountered: