Thank you... that tutorial is great. The sample code shown implements a new class being the first in a call chain. How would the code change if "Blinker" was to be in the middle of a chain. (Say after a tween.)
On Jun 28, 2:29 am, nutron <[email protected]> wrote: > use the Chain class, typically used as a mixin to other > classes:http://www.mootorial.com/wiki/mootorial/02-class/01-class.extras#the-... > > > > I have a few different actions I need to call on a page in a series of > > timed steps. Some are tweens and AJAX requests and some may be custom > > functions. > > > How should i do this? >
