AngularJS - Animate ng-view transitions

后端 未结 5 1643
离开以前
离开以前 2020-12-04 07:25

I have 2 html pages, welcome.html and login.html both of which are \"inserted\" into index.html dependending on the URL via an

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 08:16

    1.Install angular-animate

    2.Add the animation effect to the class ng-enter for page entering animation and the class ng-leave for page exiting animation

    for reference: this page has a free resource on angular view transition https://e21code.herokuapp.com/angularjs-page-transition/

提交回复
热议问题