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
{{ message }}
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.
When I pause / resume pause, two things currently happen, which are unexpected.
In the included example, when I wait 1 second and then pause and then resume, the slide will display for the initial amount of time (3 sec), not for the remainder (2 sec).
I have my own slide show where it actually resets to the plugin default (3 sec) after I pause / resume. I have to figure out what makes this different.
The text was updated successfully, but these errors were encountered:
I've updated the title of your issue since I don't think Play/Pause is really broken ;)
You say 2 things happen:
Resuming reset the timer to the slide's timeout, instead of the remaining time when paused. That's indeed the implemented behavior. Not that it is a choice, rather a shortcut I took.
I don't really understand your second issue. Is it the same as the 1? Probably not... It resets to the plugin default, instead of what? What were you expecting: your slideshow custom timeout default, the slide's timeout?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I pause / resume pause, two things currently happen, which are unexpected.
In the included example, when I wait 1 second and then pause and then resume, the slide will display for the initial amount of time (3 sec), not for the remainder (2 sec).
I have my own slide show where it actually resets to the plugin default (3 sec) after I pause / resume. I have to figure out what makes this different.
The text was updated successfully, but these errors were encountered: