| 42 | | * onStart - (*function*) The function to execute when the effect begins. |
| 43 | | * onCancel - (*function*) The function to execute when you manually stop the effect. |
| 44 | | * onComplete - (*function*) The function to execute after the effect has processed. |
| 45 | | * onChainComplete - (*function*) The function to execute when using link 'chain' ([see options](#Fx:constructor)). It gets called after all effects in the chain have completed. |
| | 42 | * start - (*function*) The function to execute when the effect begins. |
| | 43 | * cancel - (*function*) The function to execute when you manually stop the effect. |
| | 44 | * complete - (*function*) The function to execute after the effect has processed. |
| | 45 | * chainComplete - (*function*) The function to execute when using link 'chain' ([see options](#Fx:constructor)). It gets called after all effects in the chain have completed. |