fa-animate-move

Attaches the passed function/expression to Angular ngAnimate "move" events on the given element. Useful when you want to manage animations in Famo.us that are tied into Angular's data-driven events, e.g. on directives like ng-repeat, ui-view, and ng-if.

Usage

<fa-view ng-repeat="view in views" fa-animate-move="myAnimationFunction($done)">
</fa-view>