You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When using ngAnimate to fade in each item in ngRepeat, currently all items fade in at the same time. Is it possible for each item to fade in after the previous item has faded to e.g. 50% resulting in a cascading effect?
This could maybe be achieved by adding a delay before applying the css animation style for each item in ngrepeat. It would be nice to be able to specify a delay e.g. like this:
<ling-repeat="phone in phones"ng-animate="{enter: 'phone-enter', delay: 500}">