We should find a way to trigger a condition after a transition. Example: ```js mood({ 'init': [ ['condition1, transition, ':condition2'], ['condition2, other, 'ready'] ], 'ready': [cb] }) ```
We should find a way to trigger a condition after a transition. Example: