I have run into that issue too while trying to handle a ngview transition. As a 
workaround I resorted to do part of the animation through animate() and trigger 
the inner animations through a directive.
It seems to me that angular animations could be improved a lot to fit the bill 
when it comes to real world requirements. Clients usually want a more fine 
grained control over animations that what is currently possible using only 
.animate().
Anyhow, try to mix both animate and directives, you should be able to get at 
least a step further. 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to