I have an application, that uses scriptaculous' effects queue to render the view of a game. Ajax-requests read events from a server, from these events, effects are generated and enqueued.
Some events have nothing to animate, only code to execute. It is possible, by creating a Dummy-effect, and use the afterFinish option.
Is there a better way?