Skip to main content
New Participant
January 21, 2014
Answered

Trigger javascript Function

  • January 21, 2014
  • 1 reply
  • 495 views

Hi, I am trying to execute a same javascript function on every slide. So what I have done is copied the function and executing it on every slide enter.  Is there any way by which I can call it every milli second instead of copying that function on every slide?

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    Execute the function on the first slide and then run a JavaScript timer (setInterval) in the script embedded in the html page.

    1 reply

    TLCMediaDesign
    TLCMediaDesignCorrect answer
    Inspiring
    January 21, 2014

    Execute the function on the first slide and then run a JavaScript timer (setInterval) in the script embedded in the html page.

    nikpatilAuthor
    New Participant
    January 21, 2014

    thanks, It worked!!