Flubbie : Animate your components 😉

Adding the extension makes my screen flash when I test the app... Is there a way to fix this?

Could you explain in detail?

hello there.
i would like to have animation by one by. for example, one object does flip animation 5 times, then the same object does alfa animation 5 times.
i made these blocks, but all animations play the same time. what's i made wrong?

Could you post the blocks in English?

i changed these blocks in English. i missed global I yet. tell me please, if you know it.
sorry for my english

You can use "repeatCount" to repeat the same animation, you don't need a loop.
Other problem is that your first 5 animations take 2.5 seconds to fully display...the code runs faster, that's why the second animations start...you can use a clock to delay the second animations:

thank you for your answer. tell me please, in your code there are only two different animations. if i need one by one three or more one by one animations, what should i do which repeat count?.
thank you

Maybe, something like the following

thank you very much!!! i'm not sure how is working the countdown here, but it's working!!
thank you one more time
i added an infinity cycle and some random varieties.