fa-animate-enter
Attaches the passed function/expression to Angular ngAnimate "enter" 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-enter="myAnimationFunction($done)">
</fa-view>