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

Commit 00bf218

Browse files
spoonrakermatsko
authored andcommitted
docs(tutorial): updates for the text for animations in step 12
The grammar for the animation description has now been improved. Closes #12740
1 parent 95fbf16 commit 00bf218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/step_12.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ The name of the starting class is the name of the event that is fired (like `ent
239239
The active class name is the same as the starting class's but with an `-active` suffix.
240240
This two-class CSS naming convention allows the developer to craft an animation, beginning to end.
241241

242-
In our example above, elements expand from a height of **0** to **120 pixels** when items are added or moved,
243-
around and collapsing the items before removing them from the list.
244-
There's also a nice fade-in and fade-out effect that also occurs at the same time. All of this is handled
242+
In our example above, elements are expanded from a height of **0** to **120 pixels** when they're added to the
243+
list and are collapsed back down to **0 pixels** before being removed from the list.
244+
There's also a nice fade-in and fade-out effect that occurs at the same time. All of this is handled
245245
by the CSS transition declarations at the top of the example code above.
246246

247247
Although most modern browsers have good support for [CSS transitions](http://caniuse.com/#feat=css-transitions)

0 commit comments

Comments
 (0)