Hi,

I have a infinite animation and 1 loop animation in same QML file.

I want that when 1 loop animation complete itself, infinite animation also complete itself. But not stop, totally complete the animation. (maybe with complete() )

How can I do that?

Note: I want that, when 1 loop animation completes itself, all animations complete themselves. In this way, I can use all animations again and again with call them with different if situations.

Note 2 : Actually I want to know how can I determine if or not a animation complete itself ? Is there any special code for it?