Fixed typo

This commit is contained in:
eltronix 2016-06-27 20:06:12 +03:00 committed by Naomi Black
parent c02b942008
commit 1c5be21b32
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ figure
:marked
With these we can now define an *animation trigger* called `heroState` in the component
metadata. It has animated transitions between two states: `active` and `inactive`. When a
hero is active, we display a the element in slightly larger size and lighter color.
hero is active, we display the element in a slightly larger size and lighter color.
+makeExample('animations/ts/app/hero-list-basic.component.ts', 'animationdef')(format=".")