typo(animation) wrong documentation for states

closes #1937
This commit is contained in:
Michael 2016-07-20 18:54:46 +02:00 committed by Ward Bell
parent 0ae32e7adb
commit bede1db748
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ figure
* Inactive hero enter: `void => inactive`
* Active hero enter: `void => active`
* Inactive hero leave: `active => void`
* Active hero leave: `inactive => void`
* Inactive hero leave: `inactive => void`
* Active hero leave: `active => void`
We now have fine-grained control over each transition: