AngularJS: How to animate ng-repeat on load using ng-animate

前端 未结 3 1054
遥遥无期
遥遥无期 2021-02-08 05:14

Folks!

How can I get the divs created using ng-repeat to slide down..I mean grow in size ON LOAD.

I want to achieve this using ng-animate

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-08 05:57

    I am also trying to achieve this. AFAIK the only way is to add the items to the list after page digest.

    Here is another example courtesy of Steve Guilford if it helps.

提交回复
热议问题