I am using jQuery to fade in a group of list items, at the moment it is fading from top to bottom; I would like to fade in from the bottom upwards. The function is fired when the bottom most list item is visible in the browser.
Due to constraints I can't simply flip the lists order around, is this possible?
I have read about a possible
.reverse()
option, but haven't found a way to implement it.
Thanks in advance.