Slide up/down effect with ng-show and ng-animate

后端 未结 8 768
一个人的身影
一个人的身影 2020-12-07 14:40

I\'m trying to use ng-animate to get a behavior similar to JQuery\'s slideUp() and slideDown(). Only I\'d rather use ng-show

8条回答
  •  南笙
    南笙 (楼主)
    2020-12-07 15:12

    You should use Javascript animations for this - it is not possible in pure CSS, because you can't know the height of any element. Follow the instructions it has for you about javascript animation implementation, and copy slideUp and slideDown from jQuery's source.

提交回复
热议问题