Pause a Animated Timer in Javascript

Problem:

I found no way of pausing an animated timer from Javascript code. Is there any way?
ActivePresenter Version: 7.5

OS:

Notes:

Hi,

You can use Javascript API to work with timers. The supported functions are:

  • prez.object(“TimerA”).startTimer();
  • prez.object(“TimerA”).pauseTimer();
  • prez.object(“TimerA”).stopTimer();

Regards,

Hi,

Thanks for the quick answer.

Regards,