Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 80b0909

Browse files
ltfschoenbtford
authored andcommitted
docs(tutorial): improve readability
1 parent efbb365 commit 80b0909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/tutorial/step_12.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ a cross fade animation in between. So as the previous page is just about to be r
340340
while the new page fades in right on top of it.
341341

342342
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
345345
over). This works fluidly so that pages flow naturally between route changes without anything
346346
jumping around.
347347

0 commit comments

Comments
 (0)