From 80b0909927f3e8ef3c0c183c8f3ccdeb23074ffb Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Wed, 17 Sep 2014 11:07:06 +1000 Subject: [PATCH] docs(tutorial): improve readability --- docs/content/tutorial/step_12.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index be39a1b4..264230f7 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -340,8 +340,8 @@ a cross fade animation in between. So as the previous page is just about to be r while the new page fades in right on top of it. Once the leave animation is over then element is removed and once the enter animation is complete -then the `ng-enter` and `ng-enter-active` CSS classes are removed from the element rendering it to -be position itself with its default CSS code (so no more absolute positioning once the animation is +then the `ng-enter` and `ng-enter-active` CSS classes are removed from the element, causing it to rerender and +reposition itself with its default CSS code (so no more absolute positioning once the animation is over). This works fluidly so that pages flow naturally between route changes without anything jumping around.