document.getanimation

document.getAnimations().forEach(
  function (animation) {
    animation.playbackRate *= .5;
  }
);
Repulsive Raven