@Matthieu Just for clarity you have used .animate()(jquery animation) for parent and pushed the Angular Animation to the directive(child) is that it? That's the way we had our code earlier which was working fine. We are trying to have the animation completely controlled from Angular even for Parent.
Can we raise this as an issue and suggest a fix? Still not clear why this check was put in the first place. This restricts multiple animations on parent and child. On Saturday, 15 February 2014 15:39:39 UTC+5:30, Matthieu Larcher wrote: > > 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.
