arlac77/statetransition-mixin

optionally allow the state holding object to specify the transition timeout

arlac77 opened this issue · 2 comments

add method like:

transitionTimeout(transition)

getStateTransition(action) {
   return Object.asign({},action.initial[this.state],{ timeout: 4711 });
}

timeoutForTransition(transition)
fixed with #2c6d458b9d26fcad988b454869be98f46736c8d5