UI Element Screen Visibility Flag

Good morning,

I’m working on animating a large number of image elements for a menu screen. I would like for the animations to repeat once the selected objects are off screen. Looking at the documentation, I can see that the ‘cull’ property on a screen component controls whether elements are rendered when off screen.

This means the system knows when an element has gone off screen. Is there a good way for me to check to see when an element as exited the displayed screen space? Any information would be very helpful and greatly appreciated.

Thank you!