File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ a cross fade animation in between. So as the previous page is just about to be r
340
340
while the new page fades in right on top of it.
341
341
342
342
Once the leave animation is over then element is removed and once the enter animation is complete
343
- then the `ng-enter` and `ng-enter-active` CSS classes are removed from the element rendering it to
344
- be position itself with its default CSS code (so no more absolute positioning once the animation is
343
+ then the `ng-enter` and `ng-enter-active` CSS classes are removed from the element, causing it to rerender and
344
+ reposition itself with its default CSS code (so no more absolute positioning once the animation is
345
345
over). This works fluidly so that pages flow naturally between route changes without anything
346
346
jumping around.
347
347
You can’t perform that action at this time.
0 commit comments