Displaying Items per 10 seconds

Hi to all Glide Developers,

I am developing an Auction List Items, and I have a bit of struggle to do “autoscroll” function.

What I am thinking was there was a list of 6 items, then every 10 seconds, it will display another 6 items.

How can I achieve that goal?

Please help.

Thanks and God Bless.

Hola Marcelo,

Do you want to show a newer set randomly or consecutively (1-6, 7-12, 13-18, etc)?

Hi @gvalero ,

A consecutive set of items,

Do you think that is possible?

What should happen when it gets to the end?
Should it start over again, or stop?

It should be start over again.

Sure! Almost anything is possible in Glide, the challenge here is to keep the solution simple and easy to scale.

Make a cyclic sequence is what I try to create.

Btw, how many rows does your table have?

I think I got it to work, you can look at the “rotation group” to see how they rotate.

The rotation is based on row index and a math column. You can see it in the template here.

It does not rotate exactly per 10 seconds though, rather the point when Glide updates their “now” value.

1 Like

Thanks, Will use this as my reference.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.