Tuesday, 10 September 2013

Persistent animation with kineticjs and tweens

Persistent animation with kineticjs and tweens

I have a "periodic" animation defined by a sequence of tweens in
kineticjs. I would like the animation to repeat forever with the page
being still responsive to other events. Which is the best way to do it? Is
defining a function that calls itself a good strategy?

No comments:

Post a Comment