--
You received this message because you are subscribed to the Google Groups "meteor-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-core...@googlegroups.com.
To post to this group, send email to meteo...@googlegroups.com.
Visit this group at http://groups.google.com/group/meteor-core.
For more options, visit https://groups.google.com/d/optout.
finally my template-animation-helper hack becomes useless :) Or better i can make it work with the new hooks.
--
On Monday, 21 July 2014 at 5:25 am, Andrew Mao wrote:
Hi Tom,When I was making this I originally considered forking from your package
- It seemed too tricky to try and activate the hooks with a helper as you have done. In particular, if `this.firstNode.parentNode` turns out to be not defined (especially if there are no empty text nodes to grab for firstNode), the hooks would be unreliable - I think this is the way things will work in 0.8.3. So I wanted to just ask for a direct element to attach the hooks to.
- I also wanted things to work out of the box without the need to define CSS transitions for things - or at least have some default transitions that can be overridden. I think transitions would be more efficient for rendering, but I couldn't think of a good way to have defaults that might be overridden later. I'd be up for better ideas for this.