Hi all!
I have some code to produce animation and use Fx.Morph. I have
link:'chain' parameter and I want animation loops some times if I push
"click me!" very quickly.You can see this here: http://jsfiddle.net/9sNZV/
I have morphObject.set(...) inside addEvent(...). But it is incorrect
and animation corrupts in this case (I see It is very bad animation
effect). If I use morphObject.set(..) outside addEvent(...) animation
executes only once always. It is not correct also.
What is best solution to make loop animation with link:'chain?
Thanks for replies.