Forum Discussion
RamonSmitherman
11 years agoCommunity Member
Order of Triggers using Javascript
I know triggers on a slide are supposed to execute in order, however I have a situation where the second trigger starts before the first trigger ends.
Trigger 1 - Execute JavaScript This gat...
SteveFlowers
11 years agoCommunity Member
The problem I've found with time delays, sometimes these are exceeded by the execution of script since the browser's JS engine shares clock cycles with everything else. Rarely do these exceed tenths of a second but I've seen stuff hang for half a second or more if I've got video processing, video running, etc...
Related Content
- 5 months ago