-
Notifications
You must be signed in to change notification settings - Fork 5
Add a by slide parameter for waiting time #1
Comments
Yes, that would be a nice feature to have. Any idea on where to specify the chosen delays? I thought of HTML 5 And thanks for the feedback :) |
Additional classes seems a good idea. This way people may just change the timing by editing css properties. It looks cleaner to me than editing hard-coded time values in the html. |
We have a winner! Thanks to @nemec, we have solved this issue and completed all current TODOs! His pull request is pulled in master. His solutions uses HTML 5 |
Awesome that this and the rest of the TODOs were resolved so fast. Just want to respond to something that was said earlier:
Since version 1.4.3 jQuery reads all the |
What do you think about ignoring the timeout if a negative value is inserted? I know there is debate over whether there's a difference between 24 days and Infinity in browsers, but apparently setTimeout is limited to 32-bit values -- there doesn't seem to be a canonical "32 bit max value" accessible in Javascript (Number.MAX_VALUE and Infinity both overflow), so users would have to just insert a large "magic number" which might cause confusion. As for use cases, I'd like a way to disable the default transition time. Most of the time I only want one or two slides to move automatically, so a way to disable it globally would be helpful. |
Hi, Thanks @imakewebthings for the explanation on the @nemec I'm not really aware of the debate. Personally I think that negative values is simple and understandable, so since you're good at keeping the documentation updated, I have no worry about this! I understand your example use case and I'm pretty sure I may have it some day, so if you need this I will be happy to pull your next pull request. Thanks for the help! |
Closing this issue, the remaining work to allow use of classes instead of the |
Works perfectly! Thanks a lot. |
The new automation module is really great. I think it will be a nice improvement to be able to override the default display time for each slide.
I'm thinking of 3 use cases:
The text was updated successfully, but these errors were encountered: