Spacebars: Is there an event when #each is completed?

Howdy,

I am writing a little chat application - simple demonstration for a meteor brain dump next week - however I found an interesting issue.

I am rendering the individual screen messages via an #each - and then the entire content is supposed to be pushed to the bottom. However how do I know when #each is completed?

You know that the initial #each is completed when the rendered function of the parent template is called.
But I am not sure I understand your issue. Do you mean you want to display an animation ? When?