Hi,
Can anyone recommend how to go about creating the "ease down" effect facebook implements today when you AJAX-load updates in your news feed? (When it reads "load x new news feed articles
")
if I use prepend
, the new updates will be inserted all at once.
I'm looking for a way to ease/slide down the old updates smoothly in order to make room for the new, incoming updates.
Thanks.