Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progressBar option disappearing and starting all over again #217

Open
aniakos opened this issue Jan 4, 2017 · 2 comments
Open

progressBar option disappearing and starting all over again #217

aniakos opened this issue Jan 4, 2017 · 2 comments

Comments

@aniakos
Copy link

aniakos commented Jan 4, 2017

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?

@Foxandxss
Copy link
Owner

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.

For your question, I will try.

@kapilSoni101
Copy link

Hi @aniakos did you fixed above issue actually I am facing same issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants