...
Code Block |
---|
msg.payload.waitSettings = {
mode: 'dynamic',
wpm: 165
};
return msg; |
The mode can be dynamic or static.
If set to dynamic, the duration of wait time animation will be calculated based on the number of words rendered on the previous bubble. ((#of words in the last bubble ) / (Word Per Minute) ) * 1000
If set to static, the duration of wait time animation is taken from the property
msg.payload.waitTime
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note: WaitTime field is available under Directive Tab controls such as Options, Yes/No, for more information visit 3.3.9 Flow Studio Controls |