frozeman/meteor-animation-helper

Templating errors?

Closed this issue · 1 comments

I'm using {{#Animate}} to animate each template when switching between routes or loading db information.

If I refresh the page on a template where {{#Animate}} is called, the template, and every additional route is blank. I'll be able to see the proper template load for a flash, then disappears. I've checked the console and the entire template is gone, never loaded.

However, if I load a route where the template doesn't have ((#Animate}}, then each additional route with templates containing {{#Animate}} I navigate to work properly and the subsequent animations work as well.

Any idea what's going on?

This was an issue with Iron Router, using "yield" conditionally if current user was logged in.