Detecting when a cell in a RG is visible on screen (in viewport)

I have a very long list of cells in a RG…

Has anyone got any ideas on how to detect which cells are currently visible on screen?

There’s a plugin called “Elements in View” but I’m struggling to figure out how to use it for the above question. Maybe it detects the cell’s index?

Thanks!

@alex.pethick checked the code for that plugin, it just creates a list of everything that is visible on the page and updates it every second (by default you can make it faster but more cpu work).

I guess the idea is you put this somewhere on your page and itll tell you what is visible in a list, so you can check in that list if whatever element you want to be visible exists there.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.