Leonid
Results
2
issues of
Leonid
Hello everyone. I added lifeTime (Number) parameter in ms for every petals. Default value is 0 (infinity time life). for example: `var sakura = new Sakura('body', {lifeTime: 30000});`
I faced the need for an infinite repeating timer, similar to how ```go.animate``` does it with ```go.PLAYBACK_LOOP_FORWARD```. At first, I tried to recreate the timer on every ```final_call```, but because...