0
Z odpowiedzią

Timer

Pardesi Media 10 lat temu Ostatnio zmodyfikowane przez Inna Komarovsky 9 lat temu 4

I want to automatically create an element every 2 seconds and shuffle the group it belongs to, but the Timer is only working the first time and it shuffles the elements random number of times. Is there any other way to do this?


Odpowiedź

Odpowiedź
W trakcie analizy

What do you mean by creating an element every 2 seconds. You mean showing it? If that's what you want, another way to do this is by using the Delay Before option. So the elements will show with a Delay Before of 2 seconds, 4 seconds and so on.

W trakcie analizy

What do you mean by creating an element every 2 seconds. You mean showing it?

Odpowiedź
W trakcie analizy

What do you mean by creating an element every 2 seconds. You mean showing it? If that's what you want, another way to do this is by using the Delay Before option. So the elements will show with a Delay Before of 2 seconds, 4 seconds and so on.

Thanks. I have 4 elements on my page, that I need to shuffle every 2 seconds and then show them. If user taps on any one of them, we have to shuffle and show them again.

 I tried the options but it was not working for me, so will give it another shot. Will let you know.