resumeTimeline();
The resumeTimeline method resumes timeline animation.
To execute the example the page must contain the MapChart component named map (see Example of Creating the MapChart Component).
// Resume animation
map.resumeTimeline();
// Pause animation after timeout
PP.setTimeout(function() {
map.pauseTimeline()}, 3000);
After executing the example animation is started and stopped after three seconds of playing.
See also: