-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Sub-second slideshow interval #1155
Comments
Implemented in v8.7, you can set the interval as |
Why this arbitrary limitation? I needed sub-second, not fraction second... |
@DannyBen I can reopen and implement this if you just use it for small images. |
Thank you for your consideration. Of course, you know your app better, so if you feel this is going to create a bad experience for some users, I understand - it is no big deal, I can manage either way. My use case was this: I had thousands of files that I wanted to do a "flash review" on - for quality control. One second was too slow, so I ended up creating a script that presses space (or right arrow, done remember) every 0.3 seconds. The increased speed was important for me. If this limitation can be removed without too much hassle and without harming other users, I would love it. |
Published v8.7.11.6 to remove this restriction! |
Thank you! |
It would be nice to be able to set slideshow interval as sub seconds: 0.3 for instance.
The text was updated successfully, but these errors were encountered: