views:

211

answers:

1

I am new to mootools and would like to know how I could make a morph or a tween loop forever because I want to chain colors together. I asked because I don't know if there is a better way than just use a while(1).

+1  A: 

setup your chain of effects as a function that self-calls after the last onComplete on the fx instance.

Dimitar Christoff