AngularJS animation flicker iOS
问题 I'm using a slide animation in my AngularJS app, code below. When a transition is being started the raw and unparsed incoming view is being displayed for a split second under the existing view. This causes an annoying flicker on iOS7. How can I remove this flicker? .view-animate-container { position: relative; width: 100%; } .view-animate { -webkit-backface-visibility: hidden; } .view-animate.ng-enter, .view-animate.ng-leave { -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0