Problem with fixed list movement

Hi all,

Is there a way to create a boolean that returns true (or false) when a fixed list container reaches a certain offset from the last item position? So for example if i wanted a conditional to become true when a container is focused on the last one of the last 5 positions, no matter the size of the list. Any ideas?

The reason i need this, is i need a certain animation not to happen, when a fixed list container reaches the 6th item from the last (the movement is set to 6, so the list will begin scrolling again from this position). Thanks in advance Smile