You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, between the onDraw and onComplete events, the step's output is being drawn. In the web demo, It would be a good idea to overlay the current output of the step with a "loading" GIF to let the user know that the output is still being generated.
The text was updated successfully, but these errors were encountered:
It doesn't have an onDraw so that could be added. It does have an onComplete though. Be sure your insertion and deletion uses a unique ID so that it doesn't operate on all the steps, just the one that's running now.
The spinner itself could just be <i class="step-1 fa fa-spinner fa-spin"></i> from FontAwesome: http://fontawesome.io/icons/
There are four types events that are triggered in a step's life cycle :
Reference : README.md#creating-a-user-interface
So, between the onDraw and onComplete events, the step's output is being drawn. In the web demo, It would be a good idea to overlay the current output of the step with a "loading" GIF to let the user know that the output is still being generated.
The text was updated successfully, but these errors were encountered: