Ticket #639 (closed enhancement: fixed)
[patch][cla] Sequnce control module
| Reported by: | anonymous | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Dojox | Version: | 0.2 |
| Severity: | normal | Keywords: | patch |
| Cc: | ttrenka, dante |
Description
I have written a tiny sequence control module, if that is of any interest to dojo, I would be glad to contribute it. CLA was already sent. The name dojo.seqctrl is of course discussable, might fit in dojo.fx or dojo.algorithms or alike. Opinions are welcome.
It can be found here: http://wolfram.kriesing.de/programming/dojo/dojo.seqctrl.js
The class doc:
This class provides functionality to really sequentialize function calls. You need to provide a list of functions and some parameters for each (like: pauseBefore, pauseAfter, repeat) and they will be run one after another. This can be very useful for slideshows or alike things.
finally submitting to raise my posting quota :-)
Change History
Note: See
TracTickets for help on using
tickets.