Fixed typo
This commit is contained in:
parent
c02b942008
commit
1c5be21b32
|
@ -57,7 +57,7 @@ figure
|
||||||
:marked
|
:marked
|
||||||
With these we can now define an *animation trigger* called `heroState` in the component
|
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
|
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=".")
|
+makeExample('animations/ts/app/hero-list-basic.component.ts', 'animationdef')(format=".")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue