In my current project, I'm facing a challenge that prevents me from using ng-animate in certain situations because of the specific way the angular apps are initialized. As a result, I've been exploring options to animate ng-repeat loops using traditional jQuery/CSS animations instead.
Is there a technique to connect with ng-repeat events (enter, leave, move...) without relying on ng-animate?
Your insights and suggestions would be greatly appreciated!