Experience-Monks / f1

A stateful ui library
MIT License
78 stars 5 forks source link

Implement Bi Directional Transitions #12

Closed mikkoh closed 8 years ago

mikkoh commented 8 years ago

Currently you need to do something like

  { from: 'out', to: 'idle' },
  { from: 'idle', to: 'out' }

It would be nice if you could do something like:

{ from: 'out', to: 'idle', bi: true }